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 | |
| parent | fa3728d584155b980043b7215bbae7096f97354f (diff) | |
add tmux C-s
| -rw-r--r-- | config/tmux.conf | 4 | ||||
| -rw-r--r-- | symlinks.csv | 1 |
2 files changed, 5 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 + diff --git a/symlinks.csv b/symlinks.csv index f582e4b..ac4e3c4 100644 --- a/symlinks.csv +++ b/symlinks.csv @@ -3,6 +3,7 @@ config/bash_profile,.bash_profile config/bashrc,.bashrc config/bash_aliases,.bash_aliases config/xinitrc,.xinitrc +config/tmux.conf,.tmux.conf config/xserverrc,.xserverrc config/Xdefaults,.Xdefaults config/alacritty,.config/alacritty |
