Browse Source

keybindings: fix

my-config
NTBBloodbath 4 years ago
parent
commit
e723fbf800
No known key found for this signature in database GPG Key ID: 18D6730BC846AAC5
  1. 4
      config/keybindings.vim

4
config/keybindings.vim

@ -68,8 +68,8 @@ endif
if index(g:doom_disabled_plugins, 'goyo') == -1
nnoremap <F6> :Goyo<CR>
endif
if index(g:doom_disabled_modules, 'web') == -1 \
&& index(g:doom_disabled_plugins, 'restclient') == -1
if index(g:doom_disabled_modules, 'web') == -1 &&
\ index(g:doom_disabled_plugins, 'restclient') == -1
nnoremap <F7> :DotHttp<CR>
endif

Loading…
Cancel
Save