From 0ea9191371b858922e18fb1cbff5653c8a884aef Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Tue, 7 Apr 2020 17:33:56 -0400 Subject: [PATCH] Made vim more standard --- .vimrc | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.vimrc b/.vimrc index aeb919f..a876fdb 100755 --- a/.vimrc +++ b/.vimrc @@ -17,12 +17,12 @@ let g:csv_delim=',' " Pathogen filetype off " Pathogen needs to run before plugin indent on -execute pathogen#infect() +"execute pathogen#infect() "call pathogen#runtime_append_all_bundles() "call pathogen#helptags() " generate help tags for everything in 'runtimepath' filetype plugin indent on filetype plugin on -colorscheme gruvbox +"colorscheme gruvbox syntax on set tabstop=4 set softtabstop=4 @@ -37,32 +37,32 @@ nnoremap w nmap Y y$ nmap C c$ "nnoremap V -inoremap jj -inoremap kk -inoremap hh -inoremap lll -inoremap bbb -inoremap eeee -inoremap ww -inoremap yy yy -inoremap ddd dd -inoremap dG dG -inoremap :w :w -inoremap :wq :wq -inoremap :q :q -inoremap :q! :q! -nnoremap << -inoremap +"inoremap jj +"inoremap kk +"inoremap hh +"inoremap lll +"inoremap bbb +"inoremap eeee +"inoremap ww +"inoremap yy yy +"inoremap ddd dd +"inoremap dG dG +"inoremap :w :w +"inoremap :wq :wq +"inoremap :q :q +"inoremap :q! :q! +"nnoremap << +"inoremap " Force me to stop using arrow keys -inoremap -nnoremap -inoremap -nnoremap -inoremap -nnoremap -inoremap -nnoremap +"inoremap +"nnoremap +"inoremap +"nnoremap +"inoremap +"nnoremap +"inoremap +"nnoremap " Fix Home/End/Delete set backspace=indent,eol,start