some "updates"

This commit is contained in:
Cy Pokhrel 2024-11-01 11:34:42 -04:00
parent 92ab3ea660
commit d3428aafc8
4 changed files with 14 additions and 17 deletions

View file

@ -3,12 +3,14 @@ set -g mouse off
unbind C-b
set -g prefix C-f
bind-key C-f send-prefix
bind C-f send-prefix
unbind C-l
unbind l
# bind -n M-h select-pane -L
# bind -n M-j select-pane -D
# bind -n M-k select-pane -U
# bind -n M-l select-pane -R
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
#reload config file
bind r source-file ~/.config/tmux/tmux.conf