make fzf make sense

This commit is contained in:
lelgenio 2020-09-25 14:41:04 -03:00
parent 437e11e87a
commit 730b71a0b4
1 changed files with 14 additions and 2 deletions

View File

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