Changed command to be similar to spacemacs - fei goes to init.el

Therefore, fei goes to plugins for vim
This commit is contained in:
oreodave
2019-07-13 09:01:38 +01:00
parent 6052f8cd20
commit 249dc78b36

2
vimrc
View File

@@ -90,7 +90,7 @@ let g:UltiSnipsJumpBackwardTrigger = '<s-tab>'
" Keybinds
" General keybind
nnoremap <leader>fed :e ~/.vimrc<CR>
nnoremap <leader>fep :e ~/.vim/ftplugin<CR>
nnoremap <leader>fei :e ~/.vim/ftplugin<CR>
nnoremap <leader>fer :so ~/.vimrc<CR>:PluginInstall<CR>
" File Management