Update tmux and jj
This commit is contained in:
parent
008be8a351
commit
5fe9887fd1
2 changed files with 4 additions and 1 deletions
|
|
@ -27,3 +27,4 @@ bm = ["bookmark", "move", "--to"]
|
|||
pull = ["git", "fetch"]
|
||||
fetch = ["git", "fetch"]
|
||||
push = ["git", "push"]
|
||||
d = ["describe", "-m"]
|
||||
|
|
|
|||
|
|
@ -45,11 +45,13 @@ bind-key l select-pane -R
|
|||
bind-key u break-pane
|
||||
#bind-key sdf command-prompt -p "join pane from:" "join-pane -s '%%'"
|
||||
bind-key y command-prompt -p "send pane to:" "join-pane -t :'%%' \; select-layout main-vertical"
|
||||
bind-key Enter rotate-window
|
||||
bind-key Space rotate-window
|
||||
|
||||
bind v split-window -h
|
||||
bind Enter split-window -h \; select-layout main-vertical
|
||||
bind = select-layout even-horizontal
|
||||
bind | select-layout main-vertical
|
||||
set -g main-pane-width 68%
|
||||
bind-key C-t new-window "ttyd -R -d -t fontSize=18 tmux attach -t `tmux display -p '#S'`"
|
||||
|
||||
# Status Bar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue