diff options
author | terminaldweller <thabogre@gmail.com> | 2021-05-26 19:00:46 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2021-05-26 19:00:46 +0000 |
commit | 9bb49d1352c970f666cbf44b0eec11817b2ccb4f (patch) | |
tree | 2173d672774aa6710e65a80c7ea2764be63e12c0 /baseline/.tmux.conf | |
parent | merge (diff) | |
download | scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.tar.gz scripts-9bb49d1352c970f666cbf44b0eec11817b2ccb4f.zip |
fixed the w3m script problems. now using exa. some other small stuff
Diffstat (limited to '')
-rw-r--r-- | baseline/.tmux.conf | 3 |
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 |