tmux:textobjs:TODO: Merge all get_var calls

I want to minimize the needed calls to `tmux` to 2.
This commit is contained in:
2024-09-04 16:37:50 +02:00
parent ec417a439c
commit 29e6b46135

View File

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