tmux: revert change pane bindings

This commit is contained in:
Cy Pokhrel 2024-10-29 01:01:09 -04:00
parent 5bd13afd56
commit 92ab3ea660
No known key found for this signature in database
GPG key ID: 1200FBE36C2ADE2E
2 changed files with 7 additions and 6 deletions

View file

@ -1,4 +1,5 @@
font_family Spleen 16x24 font_family Spleen 16x32
font_size 14
enable_audio_bell no enable_audio_bell no
kitty_mod ctrl+shift kitty_mod ctrl+shift

View file

@ -5,10 +5,10 @@ unbind C-b
set -g prefix C-f set -g prefix C-f
bind-key C-f send-prefix bind-key C-f send-prefix
bind -n M-h select-pane -L # bind -n M-h select-pane -L
bind -n M-j select-pane -D # bind -n M-j select-pane -D
bind -n M-k select-pane -U # bind -n M-k select-pane -U
bind -n M-l select-pane -R # bind -n M-l select-pane -R
#reload config file #reload config file
bind r source-file ~/.config/tmux/tmux.conf bind r source-file ~/.config/tmux/tmux.conf
@ -22,7 +22,7 @@ set -ag terminal-overrides ",xterm-256color:RGB"
set -g base-index 1 set -g base-index 1
# default is 2000 # default is 2000
set -g history-limit 50000 set -g history-limit 9999999
set -as terminal-features ",kitty*:RGB" set -as terminal-features ",kitty*:RGB"