aboutsummaryrefslogtreecommitdiffstats
path: root/baseline/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--baseline/.tmux.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/baseline/.tmux.conf b/baseline/.tmux.conf
index 2c4ab08..ac22398 100644
--- a/baseline/.tmux.conf
+++ b/baseline/.tmux.conf
@@ -1,4 +1,4 @@
-set -g default-terminal "tmux-256color"
+set -g default-terminal "screen-256color"
set-option -g prefix C-a
#key bindings
@@ -21,6 +21,7 @@ bind -T copy-mode-vi 'y' send -X copy-selection-and-cancel
#bind -T copy-mode-vi 'V' rectangle-toggle
bind ] paste-buffer
bind Space choose-buffer
+bind -n C-h clear-history
#move windows
bind-key -n C-S-Left swap-window -t -1