From 48536921d75617abe5803279428330054db67cec Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Fri, 30 Aug 2024 17:35:17 +0200 Subject: [PATCH] tmux:textobjs:TODO: Fix non-ASCII characters --- .config/tmux/textobjs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/tmux/textobjs.sh b/.config/tmux/textobjs.sh index 4488551..5640074 100755 --- a/.config/tmux/textobjs.sh +++ b/.config/tmux/textobjs.sh @@ -28,6 +28,7 @@ motion="$(command_prompt "(operator-pending)")" case "$motion" in w) + # TODO: fix for non-ascii symbols copy_x="$(get_var copy_cursor_x)" : "$((copy_x += 1))" copy_line="$(get_var copy_cursor_line)"