Skip to content

Commit

Permalink
fix(tmux): update split-window keybinds for tmux 3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Feb 17, 2024
1 parent d7343fe commit eeb608b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'pbcopy'

# open splits and windows in the current folder
bind u split-window -p 30 -c "#{pane_current_path}"
bind i split-window -p 50 -h -c "#{pane_current_path}"
bind u split-window -l 30% -v -c "#{pane_current_path}"
bind i split-window -l 40% -h -c "#{pane_current_path}"
bind c new-window -c "#{pane_current_path}"

# vim-like pane switching
Expand Down

0 comments on commit eeb608b

Please sign in to comment.