mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-26 13:02:01 +03:00
Update tmux-repl.kak
This commit is contained in:
parent
aeddf067d0
commit
57b71f0750
@ -56,8 +56,7 @@ define-command -hidden tmux-send-text -params 0..1 -docstring "tmux-send-text [t
|
||||
if [ $# -eq 0 ]; then
|
||||
tmux set-buffer -b kak_selection "${kak_selection}"
|
||||
else
|
||||
tmux set-buffer -b kak_selection "$1
|
||||
"
|
||||
tmux set-buffer -b kak_selection "$1"
|
||||
fi
|
||||
kak_orig_window=$(tmux display-message -p '#I')
|
||||
kak_orig_pane=$(tmux display-message -p '#P')
|
||||
|
Loading…
Reference in New Issue
Block a user