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