feat(tmux): lower the height of tf popup
This commit is contained in:
parent
9d78c49ae7
commit
c31670db5a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ bind -r "<" swap-window -d -t -1
|
||||||
bind -r ">" swap-window -d -t +1
|
bind -r ">" swap-window -d -t +1
|
||||||
|
|
||||||
# Projects
|
# Projects
|
||||||
bind-key Enter popup -E -h 90% -w 100% -x C -y C "tf"
|
bind-key Enter popup -E -h 85% -w 100% -x C -y C "tf"
|
||||||
|
|
||||||
# Switch from Notes/Tasks Session with last session
|
# Switch from Notes/Tasks Session with last session
|
||||||
bind-key n run "tmux-notes-switch"
|
bind-key n run "tmux-notes-switch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue