diff options
| author | Jake Koroman <jake@jakekoroman.com> | 2025-07-01 16:21:54 -0400 |
|---|---|---|
| committer | Jake Koroman <jake@jakekoroman.com> | 2025-07-01 16:21:54 -0400 |
| commit | 840b4d1362f01ddbafa27569669cdcf23820fe32 (patch) | |
| tree | a6c83dba4bf4c1fccad3f53bfab95f11c79671bb /tmux/tmux.conf | |
| parent | 2411e9db0a68cd44393354075f3d7a9a0d19d737 (diff) | |
add tmux and emacs changes.
Diffstat (limited to 'tmux/tmux.conf')
| -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 |
