aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-11-21 22:57:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-11-21 22:57:28 +1300
commitf4ce398f35874c86b8820937527eb065af745f9b (patch)
treec2b3cfccff940ce12eed75529831d720d27c90e7 /vim/vimrc
parentMerge branch 'hotfix/v1.71.3' (diff)
parentBump VERSION (diff)
downloaddotfiles-f4ce398f35874c86b8820937527eb065af745f9b.tar.gz
dotfiles-f4ce398f35874c86b8820937527eb065af745f9b.zip
Merge branch 'release/v1.72.0'v1.72.0
* release/v1.72.0: Bump VERSION Restore 'visualbell' Vim setting Correct sxhkd installation path Add Bash settings to Vim readline highlighting Add missing left angle bracket to filetype undo Remove trailing quote from edda(1df) manual Add a new issue
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index d017dfe9..03844def 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -215,6 +215,9 @@ if exists('+virtualedit')
set virtualedit+=block
endif
+" Never beep at me
+set visualbell t_vb=
+
" Stack normal/visual/select Ctrl-L to clear search highlight
nnoremap <silent> <C-L> :<C-U>nohlsearch<CR><C-L>
vnoremap <silent> <C-L> :<C-U>nohlsearch<CR>gv<C-L>