mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
tmux: launch panes in current dir
This commit is contained in:
parent
57129e8094
commit
b5a5dede52
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ in
|
||||||
terminal = "screen-256color";
|
terminal = "screen-256color";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
bind-key j command-prompt -p "Join pane:" "join-pane -s '%%'"
|
bind-key j command-prompt -p "Join pane:" "join-pane -s '%%'"
|
||||||
|
bind-key '"' split-window -v -c "#{pane_current_path}"
|
||||||
|
bind-key '%' split-window -h -c "#{pane_current_path}"
|
||||||
set -g base-index 1
|
set -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
set -g renumber-windows on
|
set -g renumber-windows on
|
||||||
|
|
Loading…
Reference in a new issue