aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 07c9375..993374e 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -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()