disable the vim bell
This commit is contained in:
parent
cb6dfa4ec3
commit
1429d228e5
3
.vimrc
3
.vimrc
@ -53,6 +53,9 @@ set incsearch
|
|||||||
set showmatch
|
set showmatch
|
||||||
set hlsearch
|
set hlsearch
|
||||||
set mouse=a
|
set mouse=a
|
||||||
|
"----disable the bell; t_vb is required to be set to nothing
|
||||||
|
set visualbell
|
||||||
|
set t_vb=
|
||||||
nnoremap \\ :noh<cr> " Clear higlighting
|
nnoremap \\ :noh<cr> " Clear higlighting
|
||||||
"nnoremap <esc> :noh<return><esc>
|
"nnoremap <esc> :noh<return><esc>
|
||||||
" Resize windows
|
" Resize windows
|
||||||
|
Loading…
Reference in New Issue
Block a user