minor fix in zshrc

This commit is contained in:
Kulvir Singh
2024-10-18 20:16:40 +05:30
parent f27b45c5f2
commit 886ff37f4a
3 changed files with 5 additions and 10 deletions

View File

@@ -4,8 +4,8 @@ set-option -sa terminal-overrides ",xterm*:Tc"
set -g mouse on
unbind C-b
set -g prefix C-s
bind C-s send-prefix
set -g prefix C-x
bind C-x send-prefix
# Start windows and panes at 1, not 0
set -g base-index 1