made C-l more robust by using not shelling out to clear history
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ set -g status-interval 10 # redraw status line every 10 seconds
|
||||
setw -g clock-mode-style 24
|
||||
|
||||
# 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
|
||||
set -g monitor-activity on
|
||||
|
||||
Reference in New Issue
Block a user