From 40dc3e6656c4612f94b20178343984d7b525accc Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 17 Sep 2022 02:39:48 +0530 Subject: tmux config files --- .config/tmux/tmux.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/tmux/tmux.conf (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf new file mode 100644 index 0000000..a051b92 --- /dev/null +++ b/.config/tmux/tmux.conf @@ -0,0 +1,6 @@ +#Unbind default prefix key and bind it to Ctrl+Space +unbind C-b +set -g prefix C-space + +# Start window numbering at 1 +set -g base-index 1 -- cgit v1.2.3