commit 1e23c3886b976032926e989ec543dcd38c2e6a55 parent 5f75e1d2ec58a159799d8d3ff7dae7006826e9b0 Author: Sven Möller <sven-moeller@outlook.de> Date: Tue, 11 Jan 2022 15:29:05 +0100 Add tmux config Diffstat:
A | tmux/.config/tmux/tmux.conf | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf @@ -0,0 +1,11 @@ +unbind C-b +set -g prefix C-a +bind a send-prefix +bind C-a last-window + +set -g base-index 1 + +bind | split-window -h +bind S split-window -v +unbind '"' +unbind %