" keybindings let mapleader=' ' nnoremap :nohlsearch nnoremap o :only nnoremap H H:exec 'norm! '. &scrolloff . 'k' nnoremap L L:exec 'norm! '. &scrolloff . 'j' nnoremap :tabedit nnoremap n :bnext nnoremap p :bprev " Not an editor command: Wqa :command! WQ wq :command! Wq wq :command! Wqa wqa :command! W w :command! Q q " check if fzy is loaded and in PATH if executable('fzy') && fzy_loaded nnoremap e :call FzyCommand("find . -type f", ":e") nnoremap v :call FzyCommand("find . -type f", ":vs") nnoremap s :call FzyCommand("find . -type f", ":sp") endif