diff options
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -125,6 +125,8 @@ noremap <silent> K 10k let @s = ")i\<BS>\<CR>\<Esc>" " remap :W to :w - :W was previous Windows in fzf command! W w +" Open Fern with Ctrl-N +nnoremap <C-n> :Fern -drawer .<CR> <C-w>l " }}} " Plugins {{{ call plug#begin() |