sql-koala
sql-koala
Try ``. I cant tell for sure it will work, but from looking at the code, thats what I would try.
I have a proof of concept of this working. It has cool properties: - single undo - works with dot, so can do "cxiw move cursor ." to exchange two...
It will be possible. You would just need to create two mappings: `nnoremap cx gz`, `nnoremap cxx gzgz` I am wondering, how does the plugin do the following: Lets say...
@berknam , how did you find this? :> Can you help me with my question? There must be some way, that "dd" or "cc" get converted to a call of...
@berknam Thanks, I did not look that up yet, but I will. I looked at these Plug-mappings. Cool stuff, easy to adept. some design decisions (open for feedback): 1. if...
I think there is another option with less effort than a full regex engine. I am stealing ;-) this idea from vsvim. What the guys there did, is a "tokenwise"...
Hello Vsvim'ers, I tried to implement some of the functionality with regular mappings. The basic idea is this: to surround a text object (word/WORD/visual selected text), you - change it...
@zkerhcy Give this a try "vim.normalModeKeyBindingsNonRecursive" @nshen This could work, provided that you do not have easymotion enabled `nnoremap , ,`
I have noticed something. "cc" does not automatically indent, while "o" and "O" do, at least most of the time. Therefore, a fix should be possible without upstream/vscode, or not?
Hi @J-Fields can we get this merged? The surround plugin is "broken" only for a niche group of user (custom keyboard layouts like dvorak ...) but they have no way...