From 3bf7bd3e64614fc96670991a36b840e052d8c9fc Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 9 Jan 2018 08:20:52 +0100 Subject: [PATCH] remove everything I did not use --- vimrc | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/vimrc b/vimrc index c1efe4d..532e792 100644 --- a/vimrc +++ b/vimrc @@ -178,18 +178,12 @@ let maplocalleader=',' "" fast escaping inoremap jj -"" fast editing -nnoremap e :e - "" fast saving nnoremap w :update "" remove hightlighting nnoremap :nohls -"" access copy buffer -noremap x "+ - "" fast window switching nnoremap nnoremap @@ -214,9 +208,6 @@ vnoremap . :norm. "" Visually select the text that was last edited/pasted nnoremap gV `[v`] -"" pull word under cursor into lhs of a substitute (for quick search and replace) -nnoremap r :%s#\<=expand("")\># - "" fast editing of the .vimrc nnoremap ev :e $MYVIMRC @@ -236,9 +227,6 @@ nnoremap pp :set invpaste nnoremap nn :set invnumber nnoremap ii :set invrelativenumber -"" 0: Run the visually selected code in node and replace it with the output -vnoremap 0 :!node - " debugging, use leader-DD to start, do a slow action, then leader-DQ to " finish. Your output will be in profile.log nnoremap DD :exe ":profile start profile.log":exe ":profile func *":exe ":profile file *" @@ -280,16 +268,8 @@ nnoremap bb :Buffers nnoremap ff :GFiles nnoremap FF :Files vnoremap ff y:Files " -nnoremap aa :Ag -vnoremap aa y:Ag " -nnoremap AA :Ag nnoremap cc :Commits nnoremap hf :History -nnoremap hc :History -nnoremap h/ :History - -"" minibufexpl -map t :MBEToggle "" ale nmap (ale_previous_wrap) @@ -308,14 +288,6 @@ if filereadable(expand("~/.vim/lightline.vim")) augroup END endif -"" Unimpaired -"" bubble single lines -nnoremap k [e -nnoremap j ]e -"" bubble multiple lines -vnoremap k [egv -vnoremap j ]egv - "" Indent Guides nnoremap g :IndentGuidesToggle