Update tmux to preserve PWD on splits/new windows
This commit is contained in:
parent
364611964c
commit
2d61e28ca9
2 changed files with 6 additions and 1 deletions
|
@ -118,6 +118,11 @@ bind -r J resize-pane -D 2
|
||||||
bind -r K resize-pane -U 2
|
bind -r K resize-pane -U 2
|
||||||
bind -r L resize-pane -R 2
|
bind -r L resize-pane -R 2
|
||||||
|
|
||||||
|
# window/pane creation, retain PWD
|
||||||
|
bind c new-window -c "#{pane_current_path}"
|
||||||
|
bind '"' split-window -c "#{pane_current_path}"
|
||||||
|
bind % split-window -h -c "#{pane_current_path}"
|
||||||
|
|
||||||
bind P paste
|
bind P paste
|
||||||
|
|
||||||
## } Navigation
|
## } Navigation
|
||||||
|
|
|
@ -6,7 +6,7 @@ gtk-cursor-theme-size=24
|
||||||
gtk-decoration-layout=icon:minimize,maximize,close
|
gtk-decoration-layout=icon:minimize,maximize,close
|
||||||
gtk-enable-animations=true
|
gtk-enable-animations=true
|
||||||
gtk-font-name=Noto Sans, 10
|
gtk-font-name=Noto Sans, 10
|
||||||
gtk-icon-theme-name=breeze
|
gtk-icon-theme-name=breeze-dark
|
||||||
gtk-menu-images=true
|
gtk-menu-images=true
|
||||||
gtk-modules=colorreload-gtk-module
|
gtk-modules=colorreload-gtk-module
|
||||||
gtk-primary-button-warps-slider=false
|
gtk-primary-button-warps-slider=false
|
||||||
|
|
Loading…
Reference in a new issue