From eb6d77779031c49cf08c596afb619d57fe5895c3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 1 Mar 2023 20:34:09 +0530 Subject: [PATCH] ... --- kittens/hints/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kittens/hints/main.py b/kittens/hints/main.py index 825f5bfe2..4bb338d83 100644 --- a/kittens/hints/main.py +++ b/kittens/hints/main.py @@ -749,7 +749,7 @@ def linenum_handle_result(args: List[str], data: Dict[str, Any], target_window_i if action == 'self': if w is not None: - is_copy_action = cmd[0] in ('-', '@', '*') + is_copy_action = cmd[0] in ('-', '@', '*') or cmd[0].startswith('@') if is_copy_action: text = ' '.join(cmd[1:]) if cmd[0] == '-':