NTBBloodbath
4 years ago
No known key found for this signature in database
GPG Key ID: 18D6730BC846AAC5
1 changed files with
2 additions and
2 deletions
-
config/keybindings.vim
|
@ -68,8 +68,8 @@ endif |
|
|
if index(g:doom_disabled_plugins, 'goyo') == -1 |
|
|
if index(g:doom_disabled_plugins, 'goyo') == -1 |
|
|
nnoremap <F6> :Goyo<CR> |
|
|
nnoremap <F6> :Goyo<CR> |
|
|
endif |
|
|
endif |
|
|
if index(g:doom_disabled_modules, 'web') == -1 \ |
|
|
if index(g:doom_disabled_modules, 'web') == -1 && |
|
|
&& index(g:doom_disabled_plugins, 'restclient') == -1 |
|
|
\ index(g:doom_disabled_plugins, 'restclient') == -1 |
|
|
nnoremap <F7> :DotHttp<CR> |
|
|
nnoremap <F7> :DotHttp<CR> |
|
|
endif |
|
|
endif |
|
|
|
|
|
|
|
|