catboy/scripts
Klemens Nanni 948e6d5479 chat.tmux.conf: Make window selection hotkeys match window numbers
The 'pick chat network' binding on F1 lists tmux windows as follows
and tmux's `choose-tree -Z' lets you jump to the window by pressing the
key denoted inside parantheses.

Set `base-index 1' so as to make window indices match up the hotkey
number instead of being off-by-one due to the session itself being the
first entry in the list.

  (0)   - chat-5: 8 windows (group chat: chat-0,chat-1,chat-2,chat-3,chat-4,chat-5,chat-6) (attached)
  (1)   ├─>   1: hackint: "example.com"
  (2)   ├─>   2: efnet: "example.com"
  ...

PS: Update existing sessions by updating chat.tmux.conf, pressing F5
then running `prefix-: move-window -r' to renumber all windows.
2021-06-17 11:37:40 -04:00
..
.gitignore Add sandman wrapper 2020-02-12 21:31:09 -05:00
chat.tmux.conf chat.tmux.conf: Make window selection hotkeys match window numbers 2021-06-17 11:37:40 -04:00
chroot-man.sh Fix chroot-man path 2020-07-31 12:49:54 -04:00
chroot-prompt.sh Set username from SSH_CLIENT in chroot 2021-05-27 15:53:02 +00:00
notify-send.scpt Add -N flag for notifications 2020-02-12 20:12:34 -05:00
sandman.1 Add sandman wrapper 2020-02-12 21:31:09 -05:00
sandman.m Replace int opt; while with for loop in sandman 2020-03-31 10:17:21 -04:00
sshd_config Use DisableForwarding in sshd_config 2020-06-25 00:40:00 -04:00