matiu3
matiu3
- I'd like to see `r` replace current character. - I often use `x` (cut char at cursor) `p` (paste) to move a character one space forwards, but `p` seems...
I think, as things are, one would need to manually add all these to `reedline` and [there's a lot of work](https://github.com/codemirror/CodeMirror/blob/master/keymap/vim.js#L68) there. Perhaps an easier solution would be to make...
Not related to a bug, but for googlers: I got this message, because in `../.terraform.ignore` I had listed a module directory that terraform needed
- I'd like to see `r` replace current character. - I often use `x` (cut char at cursor) `p` (paste) to move a character one space forwards, but `p` seems...
I think, as things are, one would need to manually add all these to `reedline` and [there's a lot of work](https://github.com/codemirror/CodeMirror/blob/master/keymap/vim.js#L68) there. Perhaps an easier solution would be to make...