[vim] Remove highlights and hlsearch settings from vimrc.common
This commit is contained in:
parent
eaa027a74f
commit
e92d92afe0
1 changed files with 0 additions and 15 deletions
15
vimrc.common
15
vimrc.common
|
@ -182,11 +182,6 @@ endfunction
|
||||||
" Key Mappings {{{
|
" Key Mappings {{{
|
||||||
let mapleader=','
|
let mapleader=','
|
||||||
|
|
||||||
" hide search terms
|
|
||||||
nnoremap <silent> <leader><space> :setlocal invhlsearch<CR>
|
|
||||||
" find all
|
|
||||||
nnoremap <leader>fa :%s/\v
|
|
||||||
|
|
||||||
" strip all trailing whitespace in the current file
|
" strip all trailing whitespace in the current file
|
||||||
nnoremap <silent> <leader>W :call <SID>strip_trailing_whitespace()<CR>
|
nnoremap <silent> <leader>W :call <SID>strip_trailing_whitespace()<CR>
|
||||||
|
|
||||||
|
@ -221,16 +216,6 @@ nnoremap gV `[v`]
|
||||||
"highlight clear SignColumn
|
"highlight clear SignColumn
|
||||||
"nnoremap <silent> <leader>gg :ToggleGitGutter<CR>
|
"nnoremap <silent> <leader>gg :ToggleGitGutter<CR>
|
||||||
|
|
||||||
" 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 {{{
|
" Autocommands {{{
|
||||||
if has('autocmd')
|
if has('autocmd')
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue