mirror of
https://github.com/jimeh/tmuxifier.git
synced 2026-02-19 01:46:40 +00:00
Add send_keys examples to window layout template
This commit is contained in:
@@ -14,5 +14,9 @@ new_window "{{WINDOW_NAME}}"
|
||||
#run_cmd "top" # runs in active pane
|
||||
#run_cmd "date" 1 # runs in pane 1
|
||||
|
||||
# Paste text
|
||||
#send_keys "top" # paste into active pane
|
||||
#send_keys "date" 1 # paste into active pane
|
||||
|
||||
# Set active pane.
|
||||
#select_pane 0
|
||||
|
||||
Reference in New Issue
Block a user