tmux usage functionality tweaks
This commit is contained in:
@@ -29,6 +29,13 @@ bind j select-pane -D
|
||||
bind k select-pane -U
|
||||
bind l select-pane -R
|
||||
|
||||
# Create panes with the same working directory
|
||||
bind % split-window -h -c "#{pane_current_path}"
|
||||
bind '"' split-window -v -c "#{pane_current_path}"
|
||||
|
||||
# Kill panes without prompt
|
||||
bind x kill-pane
|
||||
|
||||
|
||||
# ── Plugins ────────────────────────────────────────────────────────────────────
|
||||
|
||||
|
||||
Reference in New Issue
Block a user