tmux:yank: Add note about text object simulation
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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() {
|
get_var() {
|
||||||
tmux display-message -p "#{$1}"
|
tmux display-message -p "#{$1}"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user