1
0
Fork 0
mirror of synced 2024-05-27 04:21:08 -04:00

made C-l more robust by using not shelling out to clear history

This commit is contained in:
Gregory Pakosz 2016-07-25 21:55:20 +02:00
parent 8d847600db
commit 2a7a0c39b6

View file

@ -46,7 +46,7 @@ set -g status-interval 10 # redraw status line every 10 seconds
setw -g clock-mode-style 24 setw -g clock-mode-style 24
# clear both screen and history # clear both screen and history
bind -n C-l send-keys C-l \; run 'tmux clear-history' bind -n C-l send-keys C-l \; clear-history
# activity # activity
set -g monitor-activity on set -g monitor-activity on