From 29e6b46135c931d70b9741c00ece3d0f51501694 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Wed, 4 Sep 2024 16:37:50 +0200 Subject: [PATCH] tmux:textobjs:TODO: Merge all get_var calls I want to minimize the needed calls to `tmux` to 2. --- .config/tmux/textobjs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/textobjs.sh b/.config/tmux/textobjs.sh index a394211..e35ede9 100755 --- a/.config/tmux/textobjs.sh +++ b/.config/tmux/textobjs.sh @@ -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)"