zed/assets/keymaps
Conrad Irwin 20aa2a4c54 vim: Fix relative line motion
Before this change up and down were in display co-ordinates, after this
change they are in fold coordinates (which matches the vim behaviour).

To make this work without causing usabliity problems, a bunch of extra
keyboard shortcuts now work:

- vim: `z {o,c}` to open,close a fold
- vim: `z f` to fold current visual selection
- vim: `g {j,k,up,down}` to move up/down a display line
- vim: `g {0,^,$,home,end}` to get to start/end of a display line

Fixes: zed-industries/community#1562
2023-08-25 14:40:04 -06:00
..
atom.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
default.json Add default bindings for new file and directory 2023-08-22 11:33:40 -04:00
jetbrains.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
sublime_text.json feat(workspace): allow alternative actions to open files and symbols in split 2023-07-14 21:49:15 +02:00
textmate.json Update textmate.json 2023-08-23 01:31:01 -04:00
vim.json vim: Fix relative line motion 2023-08-25 14:40:04 -06:00