From 5a4cfe621d2a8a680a2b7fc55dfde7ccc9802232 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sat, 2 Nov 2019 22:01:18 +0000 Subject: ~bindings to somewhat resemble doom Emacs More thought needs to be put into this. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index d223842..d65a13b 100755 --- a/vimrc +++ b/vimrc @@ -92,9 +92,9 @@ let g:ale_linters = { "" Keybinds "" General keybind -nnoremap fed :e ~/.vimrc +nnoremap fp :e ~/.vimrc nnoremap fei :e ~/.vim/ftplugin -nnoremap fer :so ~/.vimrc:PluginInstall +nnoremap fr :so ~/.vimrc:PluginInstall nnoremap qq :q! nnoremap gs :G nnoremap : -- cgit v1.2.3-13-gbd6f