Skip to content

Commit

Permalink
🐞fix: fern close
Browse files Browse the repository at this point in the history
  • Loading branch information
utubo committed Oct 31, 2024
1 parent b960570 commit b6ed7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vim/autoload/vimrc/fern.vim
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ g:fern#renderer = "nerdfont"
au vimrc FileType fern {
Enable b:auto_cursorline_disabled
setl cursorline
nn <buffer> <F1> <Cmd>:q!<CR>
nn <buffer> <F1> <C-o>
nn <buffer> p <Plug>(fern-action-leave)
}
packadd fern.vim
Expand Down
2 changes: 1 addition & 1 deletion src/.vim/autoload/vimrc/fern.src.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export def LazyLoad(qargs: string)
au vimrc FileType fern {
Enable b:auto_cursorline_disabled
setlocal cursorline
nnoremap <buffer> <F1> <Cmd>:q!<CR>
nnoremap <buffer> <F1> <C-o>
nnoremap <buffer> p <Plug>(fern-action-leave)
}
packadd fern.vim
Expand Down

0 comments on commit b6ed7ee

Please sign in to comment.