Skip to content

Commit

Permalink
1 mo 1 mo for new twm version
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnymeller committed May 17, 2024
1 parent f3e53ba commit 29aa676
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions dotfiles/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,22 @@ bind-key -n 'C-j' if-shell "$is_vim" 'send-keys C-j' 'select-pane -D'
bind-key -n 'C-k' if-shell "$is_vim" 'send-keys C-k' 'select-pane -U'
bind-key -n 'C-l' if-shell "$is_vim" 'send-keys C-l' 'select-pane -R'

# bind-key -n M-h select-pane -L
# bind-key -n M-j select-pane -D
# bind-key -n M-k select-pane -U
# bind-key -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

bind R source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"

# twm keybinds

bind-key -r f run-shell "tmux neww twm"
bind-key -r F run-shell "tmux neww twm -l"
bind-key -r e run-shell "tmux switch -t $TWM_DEFAULT" # a session i have set to always be open
bind-key -r e run-shell "tmux switch -t $TWM_DEFAULT"
bind-key -r g run-shell "tmux neww twm -g"

bind-key -r s run-shell "tmux neww twm -e"
bind-key -r S choose-session

bind-key -r K run-shell "kill_and_attach"

# redraw window for when it gets messed up
Expand Down

0 comments on commit 29aa676

Please sign in to comment.