From 840b4d1362f01ddbafa27569669cdcf23820fe32 Mon Sep 17 00:00:00 2001 From: Jake Koroman Date: Tue, 1 Jul 2025 16:21:54 -0400 Subject: add tmux and emacs changes. --- tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tmux/tmux.conf (limited to 'tmux/tmux.conf') 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 -- cgit v1.2.3