isadle, fix steam, etc
This commit is contained in:
parent
a422110adf
commit
4d58ae60b0
12 changed files with 253 additions and 151 deletions
|
|
@ -39,7 +39,7 @@ def find_or_create_pane(window, args):
|
|||
run(f"tmux send-keys -t {pane} Escape")
|
||||
|
||||
# note the space, this tells nvim not to save it in history
|
||||
run(f"tmux send-keys -t {pane} \": drop {args}\" Enter")
|
||||
run(f"tmux send-keys -t {pane} F9 \": drop {args}\" Enter")
|
||||
run(f"tmux select-pane -t {pane} -Z")
|
||||
else:
|
||||
create_pane(args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue