diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..8d18f87 --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,6 @@ +set -g mouse on +set-option -g history-limit 10000 +set -s escape-time 0 + +set -g base-index 1 +setw -g pane-base-index 1 |
