jrmd54
jrmd54
I also have the same problem. I see mention in the documentation of an 'insert mode popup' that should be at the bottom of the screen (such as in issue...
By running kitty from another terminal (to obtain debug logs), using 'osc copy' through ssh+screen gives the following errors: [157,734] [PARSE ERROR] Unknown DCS escape code: ␛]52;c;dG90bw== [157,734] [PARSE ERROR]...
A little late but i have the same problem myself, it seems to be an issue with the way the regex is parsed by Far.vim. If i run `:F "function\("...
More often than not I find that I want to copy code that span over multiple lines, without the start of the first line or end of the last line....
You can create your own mapping in your vimrc by using w:context variable created by the plugin ``` function! ContextJumpToNearest() if exists("w:context") " variable is local to current window, and...