tmux:yank: Add note about text object simulation

This commit is contained in:
2024-07-04 14:44:06 +02:00
parent ec637ad1c8
commit e04953c123

View File

@@ -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}"
}