Browse Source

[vim/nvim] Change keybinding for :Files! and use GFiles! instead.

master
Fredrik Ekre 4 years ago
parent
commit
b6de0060ba
  1. 2
      .vimrc

2
.vimrc

@ -54,7 +54,7 @@ call plug#end() @@ -54,7 +54,7 @@ call plug#end()
:nnoremap <C-H> <C-W><C-H>
"Easier fzf keybindings
:nnoremap <C-F> :Rg!<CR>
:nnoremap <C-O> :Files!<CR>
:nnoremap <C-P> :GFiles!<CR>
"More natural split directions
:set splitbelow
:set splitright

Loading…
Cancel
Save