vim mode: 'shift' + 'left/right arrow key' behavior #34782
Gwondori
started this conversation in
Config, Settings and Keymaps
Replies: 1 comment
-
Actually think I prefer Zeds defaults. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
Summary
In VIM (NeoVIM), pressing 'Shift + Left/Right Arrow Key' performs the same action as the 'w' key (moving word by word).
However, this is not the case in Zed editor's Vim mode.
Description
Steps to reproduce:
Expected Behavior:
It should behave like VIM's 'w' key.
Actual Behavior:
It changes to VIM's 'visual mode' (selecting characters one by one, like a regular text editor).
Zed Version and System Specs
Zed: v0.194.3
OS: macOS
Memory: 64GB
Architecture: arm64
Beta Was this translation helpful? Give feedback.
All reactions