reimplement '/home/humza/Downloads/sml/shf/todo.md' motion so that it has the same behaviour as Vim. (If the cursor is not at a pair character, then check after the cursor to see if we find a pair-character there. If some location after the cursor has a pair-character, then move the cursor to it and find the pair of the character, if any.)
This commit is contained in:
4
todo.md
4
todo.md
@@ -1,8 +1,8 @@
|
||||
# To-do list
|
||||
|
||||
- Add tests for:
|
||||
- Reimplement `%` motion and `d%` motion.
|
||||
- They should both search for the next character in any pair, the same way in Vim
|
||||
- Reimplement `d%` motion.
|
||||
- It should both search for the next character in any pair, the same way in Vim
|
||||
- Add tests for reimplemented movements and motions
|
||||
- Reimplement `di<symbol>` and `da<symbol>`
|
||||
- They should search for the next char in the specific pair, the same way in Vim
|
||||
|
||||
Reference in New Issue
Block a user