mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[nvim] open Helptags menu only in normal mode
This commit is contained in:
parent
aeee5f485f
commit
415e169fa2
1 changed files with 1 additions and 2 deletions
|
@ -150,8 +150,7 @@ endif
|
|||
|
||||
|
||||
" FZF {{{
|
||||
noremap <silent> <F1> <Cmd>Helptags<CR>
|
||||
inoremap <silent> <F1> <Cmd>Helptags<CR>
|
||||
nnoremap <silent> <F1> <Cmd>Helptags<CR>
|
||||
nnoremap <silent> <leader>f <Cmd>Files<CR>
|
||||
nnoremap <silent> <leader>b <Cmd>Buffers<CR>
|
||||
" }}}
|
||||
|
|
Loading…
Reference in a new issue