diff --git a/dotfiles/config/nvim/init.vim b/dotfiles/config/nvim/init.vim index 17757a1..d02a218 100644 --- a/dotfiles/config/nvim/init.vim +++ b/dotfiles/config/nvim/init.vim @@ -223,6 +223,12 @@ nnoremap za onoremap za vnoremap zf +" Rebind Ctrl-P to match the window opening keys of nerd tree +let g:ctrl_p_prompt_mappings = { + \ 'AcceptSelection("h")': ['', '', ''], + \ 'AcceptSelection("v")': ['', ''] +} + " Line indent guides are defaulted to off let g:indentLine_enabled=0