From 203e9f209fff8f17c2d80bedef03ac70839f1161 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 21 Oct 2020 18:27:55 +0200 Subject: bindings update again --- .config/nvim/bindings.vim | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.config/nvim/bindings.vim') diff --git a/.config/nvim/bindings.vim b/.config/nvim/bindings.vim index 6ee8a9c..85622f1 100644 --- a/.config/nvim/bindings.vim +++ b/.config/nvim/bindings.vim @@ -3,7 +3,6 @@ let g:which_key_map = {} nnoremap c "_c nnoremap :call NERDComment(0,"toggle") nnoremap : -nnoremap :! nnoremap :bprevious nnoremap :bnext nnoremap h @@ -20,9 +19,9 @@ nnoremap :WhichKey '\' nnoremap b :Buffers nnoremap d :FloatermNew vifm nnoremap e :Files -nnoremap f :Rg nnoremap F :Ag -nnoremap g :FloatermNew lazygit +nnoremap g :Rg +nnoremap G :FloatermNew lazygit nnoremap h :Startify nnoremap k :w:bp:bd # nnoremap p :CocList -A --normal yank @@ -32,9 +31,9 @@ nnoremap x :w:bp:bd # let g:which_key_map.b = 'buffers' let g:which_key_map.d = 'vifm' let g:which_key_map.e = 'files' -let g:which_key_map.f = 'grep' let g:which_key_map.F = 'the_silver_searcher' -let g:which_key_map.g = 'lazygit' +let g:which_key_map.g = 'grep' +let g:which_key_map.G = 'lazygit' let g:which_key_map.h = 'startify' let g:which_key_map.k = 'write-and-close-buffer' let g:which_key_map.p = 'coc-paste' -- cgit v1.2.3