Added send-to-pane function (completions in progress)
This commit is contained in:
parent
6869268ea4
commit
0b49a29872
1 changed files with 9 additions and 0 deletions
|
@ -139,6 +139,15 @@ function _dt_completion {
|
|||
}
|
||||
compctl -K _dt_completion dt
|
||||
|
||||
function send-to-pane() {
|
||||
tmux pipe-pane -I -t $1 "$2"
|
||||
}
|
||||
|
||||
function _send_to_pane {
|
||||
reply=($(tmux display-panes -b ''))
|
||||
}
|
||||
compctl -K _send_to_pane send-to-pane
|
||||
|
||||
if [[ -a $HOME/.zshsrc ]]; then
|
||||
source $HOME/.zshsrc
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue