Remove custom command to clear history.
I don't use it much and it shadows the new window command, which I didn't previously use, but now will start using.
This commit is contained in:
parent
2b21bde9df
commit
e79151ae0d
|
@ -12,9 +12,6 @@ bind-key a send-prefix
|
||||||
set -g escape-time 0
|
set -g escape-time 0
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
|
|
||||||
# bind Ctrl-k to clearing history
|
|
||||||
bind-key c clear-history
|
|
||||||
|
|
||||||
# Show a visual bell, even on other windows
|
# Show a visual bell, even on other windows
|
||||||
set-window-option -g visual-bell both
|
set-window-option -g visual-bell both
|
||||||
set-window-option -g bell-action other
|
set-window-option -g bell-action other
|
||||||
|
|
Loading…
Reference in New Issue