diff --git a/.config/tmux/yank.sh b/.config/tmux/yank.sh index 6e200ee..0339db3 100755 --- a/.config/tmux/yank.sh +++ b/.config/tmux/yank.sh @@ -1,5 +1,10 @@ #!/bin/sh +# Support repeatable motions when yanking from tmux's copy-mode. +# +# See also the `bind -T copy-mode-vi i ...` binding in tmux.conf +# (83945840b832 ("tmux: Rudimentary vim's text object simulation")) + get_var() { tmux display-message -p "#{$1}" }