Modify how fzf is loaded; More nvim terminal mode bindings;

Modify EDITOR to equal 'nvim'
This commit is contained in:
mitchell 2020-02-24 16:55:04 -05:00
parent 3ac866096d
commit 8c2bce0ad9
3 changed files with 7 additions and 3 deletions

View file

@ -2,4 +2,9 @@ set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
" Mappings for terminal mode
tnoremap <Esc> <C-\><C-n>
tnoremap <A-h> <C-\><C-N><C-w>h
tnoremap <A-j> <C-\><C-N><C-w>j
tnoremap <A-k> <C-\><C-N><C-w>k
tnoremap <A-l> <C-\><C-N><C-w>l