From aeebe69bb492ebf0d4713f73e12501cebd131e22 Mon Sep 17 00:00:00 2001 From: kat witch Date: Mon, 15 Mar 2021 17:44:32 +0000 Subject: [PATCH] count from 1 in tmux because moving my finger across the keyboard is too much like hard work frankly --- config/profiles/kat/home/tmux.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/profiles/kat/home/tmux.nix b/config/profiles/kat/home/tmux.nix index d8510022..e8cd3a80 100644 --- a/config/profiles/kat/home/tmux.nix +++ b/config/profiles/kat/home/tmux.nix @@ -10,6 +10,9 @@ programs.tmux = { enable = true; extraConfig = '' + # start from 1 + set -g base-index 1 + setw -g pane-base-index 1 # modes setw -g clock-mode-colour colour5