vim-rsi icon indicating copy to clipboard operation
vim-rsi copied to clipboard

rsi.vim: Readline style insertion

Results 19 vim-rsi issues
Sort by recently updated
recently updated
newest added

Doing `` on a blank line (either empty or at the end of one with only whitespace) causes the line to be deleted (expected) and the last character of the...

using vim-rsi, unfortunately I can not use my ä-key anymore ...

``` test/test/test ^ ``` Press M-b Expected result: ``` test/test/test ^ ``` Actual result: ``` test/test/test ^ ```

There's a conspicuous lack of C-k support. Is there a reason for this?

In my bash readline, I can move forward or back, and delete several characters/words at once. In particular, when I type: Meta-4-f, I move four words forward. Ctrl-4-f, I move...

Hi, whenever I have the following code: ``` [x]var b = new A(); ``` `[x]` is the cursor and if I start writing the following macro: `qq0fnDopkJ` (which is a...

In Colemak, you attain the circumflex by hitting `AltGr+x` and then the letter you would like to apply it to. î is attained by hitting `AltGr+x` and then `i`. â...

Hi, for the past week or so I was obsessed with setting up Alt mappings for all the possible keys based on the example provided in vim-rsi. I digged the...

How about including word transposition with m-t?

hi, can you add a variable to control this rsi feature only works in command line mode, i.e., give an option to disable it in insert mode? thanks.