From 943562409e44175bb3730b65c741963a3461e295 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Fri, 3 Mar 2023 21:08:51 -0500 Subject: [PATCH] tmux --- dots/tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dots/tmux.conf b/dots/tmux.conf index 19a39d6..68755bb 100644 --- a/dots/tmux.conf +++ b/dots/tmux.conf @@ -12,6 +12,10 @@ unbind-key C-b set-option -g prefix C-a bind-key C-a send-prefix +bind c new-window -c "#{pane_current_path}" +bind % split-window -h -c "#{pane_current_path}" +bind '"' split-window -v -c "#{pane_current_path}" + bind -r k select-pane -U bind -r j select-pane -D bind -r h select-pane -L