tmux:textobjs:TODO: Merge all get_var calls
I want to minimize the needed calls to `tmux` to 2.
This commit is contained in:
@@ -31,6 +31,7 @@ set --
|
||||
|
||||
case "$motion" in
|
||||
w)
|
||||
# TODO: merge all get_var calls
|
||||
copy_x="$(get_var copy_cursor_x)"
|
||||
copy_line="$(get_var copy_cursor_line)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user