lem
lem copied to clipboard
[vi-mode] Not implemented / unexpected features (since Aug 14th)
- [x]
dawcaw: Delete a word at the cursor - [x]
C-o(andC-i) to move backward (forward) to the previous cursor position. (Vim's jumplist) - [x]
q: Keyboard macro - [x]
IandAin rectangle visual mode. - [x] The point to move with
bBis not compatible witheW
ref #205
- [x]
dG - [x]
dgg - [x]
yGandygg(probablyvi-deleteandvi-yankshould be share those code) - [x] Rectangle paste (#284)
- [x]
(&"will be inserted even in COMMAND mode when using with paredit-mode - [x]
Escto quit from modeline - [x] Search repeat at the last result (#285)
- [x] Make
:eallow to start completion with extra following spaces - [x] Make
:e.work to start completion - [x] Completion for
:vs:sp - [x]
x&sto delete region in VISUAL mode - [x]
rin VISUAL mode - [x]
d%deletes unexpected region for a multiple line form - [x] Pasting in visual mode #286
- [x] Don't treat
Esc+ Something asM-command #287 - [x]
oin VISUAL mode for moving to the opposite side of the region - [x]
%s///doesn't substitute all lines (/gdoes it, but it doesn't mean the same) - [x]
/cflag for substitution (:s) - [ ]
/nflag for substitution (:s) - [x] Auto set regions with
:in VISUAL mode (like:'<,'>) - [x]
3$ - [x]
2Y - [x] Cut the last word with
C-win INSERT mode - [x] scrolloff option
- [x] #300
- [x]
.#302 - [x]
:update#299 - [ ]
g^g0g$ - [x] Make incremental search string global
- [x] Cursor position of
n#314 - [x] Make selectable line end in visual mode (#315)
- [x]
:buffers#318 - [x]
:buffer#319 - [x]
Returninserts a newline even in visual mode - [ ] https://github.com/lem-project/lem/issues/1376
- [ ] https://github.com/lem-project/lem/issues/1191
- [ ] https://github.com/lem-project/lem/issues/1188
#287 is done.