From 9f963d7e385cfb9b8dd1b4cbd9192bf54a166654 Mon Sep 17 00:00:00 2001 From: dx Date: Wed, 15 Jul 2020 15:35:24 +0100 Subject: -a lot of my vim config What's the point of trying to make my vim config more like doom, when I can just let vim do the thing it's best at: quick edits. So my shortcuts should reflect this. --- vim/.vimrc | 49 +------------------------------------------------ 1 file changed, 1 insertion(+), 48 deletions(-) diff --git a/vim/.vimrc b/vim/.vimrc index 27b35f4..c8756e6 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -53,53 +53,6 @@ colorscheme elflord "" Dir Config let g:NERDTreeHijackNetrw = 1 - "" Keybinds imap jk - "" General keybind -nnoremap fp :e ~/.vimrc -nnoremap fei :e ~/.vim/ftplugin -nnoremap fr :so ~/.vimrc:PluginInstall:PluginClean -nnoremap qq :q! -nnoremap gs :G -nnoremap : - - "" File Management -nnoremap ff :e -nnoremap fs :w -nnoremap fq :wq -nnoremap fn :enew -nnoremap :set hlsearch! hlsearch? - - "" Buffer Management -nnoremap bb :b -nnoremap bn :bn -nnoremap bp :bp -nnoremap bd :bd - - "" Search -nnoremap ss / - - "" Window Splits -nnoremap wv v -nnoremap ws s -nnoremap wd q - - "" Window Resizes -nnoremap wj :resize -5 -nnoremap wk :resize +5 -nnoremap wl 5> -nnoremap wh 5< - - "" Window Movement -nnoremap j -nnoremap k -nnoremap l -nnoremap h - - "" Projects -nnoremap ot :NERDTreeToggle -nnoremap pg :!ctags-exuberant -R --exclude=Makefile . - - "" Tags -nnoremap tt :Tags +nmap f :e -- cgit v1.2.3-13-gbd6f