[nvim] open Helptags menu only in normal mode

This commit is contained in:
Dmytro Meleshko 2019-07-11 09:36:31 +03:00
parent aeee5f485f
commit 415e169fa2
1 changed files with 1 additions and 2 deletions

View File

@ -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>
" }}}