diff --git a/vimrc.common b/vimrc.common index 78cdea2..653b85e 100644 --- a/vimrc.common +++ b/vimrc.common @@ -182,11 +182,6 @@ endfunction " Key Mappings {{{ let mapleader=',' -" hide search terms -nnoremap :setlocal invhlsearch -" find all -nnoremap fa :%s/\v - " strip all trailing whitespace in the current file nnoremap W :call strip_trailing_whitespace() @@ -221,16 +216,6 @@ nnoremap gV `[v`] "highlight clear SignColumn "nnoremap gg :ToggleGitGutter -" Don't underline folded lines -"highlight Folded cterm=bold term=bold ctermfg=NONE ctermbg=NONE - -" Line numbers are a touch darker... -"highlight LineNr ctermfg=8 ctermbg=0 - -" Don't underline the CursorLine in color terminals; use dark black. -"highlight CursorLine term=underline cterm=NONE ctermbg=0 -"highlight CursorLineNr term=underline cterm=NONE ctermfg=7 ctermbg=0 - " Autocommands {{{ if has('autocmd') filetype plugin indent on