commit 39c37a89493e6bc12c31ab365e3a87482a35a9dd parent b3a7eab278838c5ca84c6938ab00f0019903adc8 Author: Jake Bauer <jbauer@paritybit.ca> Date: Sat, 27 Feb 2021 03:20:17 -0500 Update tmuxconf Diffstat:
M | .config/tmux.conf | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.config/tmux.conf b/.config/tmux.conf @@ -29,6 +29,11 @@ set -g bell-action other # Keybindings {{{ +# Rebind to split in same path +bind-key c new-window -c "#{pane_current_path}" +bind-key % split-window -h -c "#{pane_current_path}" +bind-key '"' split-window -v -c "#{pane_current_path}" + # Vim-like Pane Switching bind h select-pane -L bind l select-pane -R