diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-17 02:39:48 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-09-17 02:39:48 +0530 |
commit | 40dc3e6656c4612f94b20178343984d7b525accc (patch) | |
tree | aaba9ac6a402aca4164173b3ffc8449277487a26 | |
parent | a40603b25bce5641f93a42b181660f1e3a8fc328 (diff) |
tmux config files
-rw-r--r-- | .config/tmux/tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
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 |