Michael Sloan
3b428e2ecc
Remove !menu
from j k
binding in initial keymap examples ( #34959 )
...
See
https://github.com/zed-industries/zed/pull/34912#issuecomment-3108802582
Release Notes:
- N/A
2025-07-23 17:33:40 +00:00
Michael Sloan
d81a8178e9
Bind "j k" to NormalBefore
in initial keymap examples ( #34912 )
...
It looks like typically vim configurations bind "j k" to be the same as
escape, which has the "NormalBefore" behavior positioning the block
cursor on the character before the insertion cursor. The [vim mode
docs](https://zed.dev/docs/vim#useful-contexts-for-vim-mode-key-bindings )
also use NormalBefore here.
Thanks to @omniwrench for mentioning this in
https://github.com/zed-industries/zed/discussions/6661#discussioncomment-13848043
. This was a mistake in #31163 .
Release Notes:
- N/A
2025-07-22 11:35:58 -06:00
VladKopylets
ccc173ebb1
Fix "j" key latency in vim mode with "j k" keymap ( #31163 )
...
Problem:
Initial keymap has "j k" keymap, which if uncommented will add +-1s
delay to every "j" key press
This workaround was taken from
https://github.com/zed-industries/zed/discussions/6661
Release Notes:
- N/A *or* Added/Fixed/Improved ...
---------
Co-authored-by: Michael Sloan <michael@zed.dev>
2025-06-05 13:16:59 -06:00
Adam Johnson
68446d2ed1
Use lowercase command names in initial settings files ( #15717 )
...
Release Notes:
- N/A
Making these two comments match what I see in the command palette:
<img width="629" alt="Xnapper-2024-08-03-08 09 26"
src="https://github.com/user-attachments/assets/f3eab05b-1560-4b0a-8df2-0eaf5746e422 ">
2024-08-03 09:35:09 -04:00
Conrad Irwin
2cdfae9ce3
Show an initial empty keymap ( #14609 )
...
Release Notes:
- Added default content for the user keymap file.
2024-07-16 20:24:13 -06:00