diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-27 10:12:34 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-02-27 10:12:50 -0800 |
| commit | 1dce7eed749ccacba075dc556e983748a6453332 (patch) | |
| tree | a114d147a4f7d632494abf415deae5f96c670feb /config | |
| parent | fa3728d584155b980043b7215bbae7096f97354f (diff) | |
add tmux C-s
Diffstat (limited to 'config')
| -rw-r--r-- | config/tmux.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/tmux.conf b/config/tmux.conf new file mode 100644 index 0000000..74dce38 --- /dev/null +++ b/config/tmux.conf @@ -0,0 +1,4 @@ +set-option -g prefix C-s +bind C-s send-prefix +unbind C-b + |
