Skip to content

Commit

Permalink
feat: continue forcing myself to not use arrow keys
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Dec 13, 2024
1 parent b340134 commit 915273a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tmux/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ bind-key -r k select-pane -U
bind-key -r l select-pane -R

# fix issue with tmux repeating -r the arrow directions (meaning when you switch panes you can accidentally jump back to the other pane again)
# bind-key Up select-pane -U
# bind-key Down select-pane -D
# bind-key Left select-pane -L
# bind-key Right select-pane -R
unbind-key Up
unbind-key Down
unbind-key Left
unbind-key Right

# make splitting and creating windows easier
bind-key v split-window -h -c "#{pane_current_path}"
Expand Down

0 comments on commit 915273a

Please sign in to comment.