make fzf make sense

This commit is contained in:
lelgenio 2020-09-25 14:41:04 -03:00
parent 437e11e87a
commit 730b71a0b4

View file

@ -248,6 +248,11 @@ call plug#end()
nnoremap vr{{@@ move @@}} vi{{@@ move @@}} nnoremap vr{{@@ move @@}} vi{{@@ move @@}}
{%@@ endfor @@%} {%@@ endfor @@%}
" FZF bindings
nmap <C-b> :Buffers<CR>
nmap <C-k> :Files <CR>
nmap <C-m> :GFiles <CR>
{%@@ endif @@%} {%@@ endif @@%}
{%@@ if key.layout == "dvorak" @@%} {%@@ if key.layout == "dvorak" @@%}
@ -258,6 +263,11 @@ call plug#end()
noremap N <C-w><C-w> noremap N <C-w><C-w>
noremap T <C-w><C-r> noremap T <C-w><C-r>
" FZF bindings
nmap <C-j> :GFiles <CR>
nmap <C-k> :Files <CR>
nmap <C-b> :Buffers<CR>
{%@@ endif @@%} {%@@ endif @@%}
noremap {{@@ key.down.upper() @@}} 8<Down> noremap {{@@ key.down.upper() @@}} 8<Down>
@ -282,8 +292,10 @@ call plug#end()
xmap ga <Plug>(EasyAlign) xmap ga <Plug>(EasyAlign)
nmap ga <Plug>(EasyAlign) nmap ga <Plug>(EasyAlign)
map <C-j> :GFiles<CR> " FZF bindings
" map <C-q> :Files<CR> nmap <C-b> :Buffers<CR>
nmap <C-n> :Files <CR>
nmap <C-m> :GFiles <CR>
"}}} "}}}
" Lanugage Server{{{ " Lanugage Server{{{