diff --git a/dot/init.vim b/dot/init.vim index 4b8933b..063c776 100644 --- a/dot/init.vim +++ b/dot/init.vim @@ -4,6 +4,7 @@ vnoremap a; :Tabularize /:: vnoremap a- :Tabularize /-> nnoremap :FZF +nnoremap :Rg let g:fzf_layout = { 'down': '~15%' } colorscheme paramount @@ -21,7 +22,6 @@ noremap n :bn noremap p :bp noremap c :bd noremap b :Buffers -noremap g :Rg noremap t :Tags noremap f :Goyo