diff --git a/Examples.md b/Examples.md index 0b5cb6d..4f13b63 100644 --- a/Examples.md +++ b/Examples.md @@ -373,6 +373,9 @@ ftpane() { tmux select-window -t $target_window fi } + +# In tmux.conf +# bind-key 0 run "tmux split-window -l 12 'bash -ci ftpane'" ``` ### v