mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
Merge branch 'main' into thinkpad-x1
New tmux pane now have are opened in the current directory
This commit is contained in:
@@ -9,9 +9,9 @@ bind-key C-Space send-prefix
|
||||
|
||||
# change split windows keybindings
|
||||
unbind %
|
||||
bind '\' split-window -h
|
||||
bind '\' split-window -h -c '#{pane_current_path}'
|
||||
unbind '"'
|
||||
bind - split-window -v
|
||||
bind - split-window -v -c '#{pane_current_path}'
|
||||
|
||||
# resize windows like vim
|
||||
bind -r j resize-pane -D 5
|
||||
|
||||
Reference in New Issue
Block a user