mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
fix tmux splits in the terminal palette
This commit is contained in:
parent
55d7ce2c71
commit
5eaae4bcd2
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ items = {
|
|||
{ text = "tmux: last window", keys = {{"ctrl","B"},{"l"}} },
|
||||
{ text = "tmux: find window", keys = {{"ctrl","B"},{"f"}} },
|
||||
|
||||
{ text = "tmux: split vertically", keys = {{"ctrl","B"},{"shift","'"}} },
|
||||
{ text = "tmux: split horizontally", keys = {{"ctrl","B"},{"shift","5"}} },
|
||||
{ text = "tmux: split horizontally", keys = {{"ctrl","B"},{"shift","'"}} },
|
||||
{ text = "tmux: split vertically", keys = {{"ctrl","B"},{"shift","5"}} },
|
||||
{ text = "tmux: switch to pane in a direction", keys = {{"ctrl","B"}}, message = "press an arrow key" },
|
||||
{ text = "tmux: kill current pane", keys = {{"ctrl","B"},{"x"}} },
|
||||
{ text = "tmux: next pane", keys = {{"ctrl","B"},{"o"}} },
|
||||
|
|
Loading…
Reference in a new issue