Configured more terminal bell settings.
This commit is contained in:
parent
9e7f902a17
commit
5de1803727
6
.bashrc
6
.bashrc
|
@ -4,6 +4,12 @@
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
|
# Make less use visual bell
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
|
export LESS="-qr"
|
||||||
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
# Update the path with local overrides
|
# Update the path with local overrides
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
3
.inputrc
3
.inputrc
|
@ -1 +1,2 @@
|
||||||
set bell-style none
|
set bell-style visible
|
||||||
|
set prefer-visible-bell
|
||||||
|
|
3
.vimrc
3
.vimrc
|
@ -1,6 +1,9 @@
|
||||||
set nocompatible " be iMproved, required
|
set nocompatible " be iMproved, required
|
||||||
filetype off " required
|
filetype off " required
|
||||||
|
|
||||||
|
" Disable bell
|
||||||
|
set vb
|
||||||
|
|
||||||
" Ensure vim knows about Go(lang)
|
" Ensure vim knows about Go(lang)
|
||||||
set rtp+=$GOROOT/misc/vim
|
set rtp+=$GOROOT/misc/vim
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue