Replies: 1 comment
|
I have added a couple of short videos to illustrate the The videos compare:
In my opinion, visual block mode is one of the fundamental features of Vim/Neovim editing. It is a core part of the Vim editing model and is used frequently for selecting, inserting, deleting, and modifying text in a column-oriented way. Since ZenNotes aims to provide Vim-style editing and navigation, having I hope these examples help clarify why this shortcut is important and why supporting the standard Vim behaviour would significantly improve the editing experience. ctrl-v+vim.mp4ctrl-v+neovim.mp4ctrl-v+zennotes.mp4 |
Uh oh!
There was an error while loading. Please reload this page.
Ctrl + vbehaviourIn Vim,
Ctrl + vis normally used to activate block/visual block mode. Currently, in ZenNotes it triggers "Turn into". It would be great ifCtrl + vcould be mapped to block selection mode instead, while "Turn into" could use another shortcut.The highlighted heading in the Outline panel does not always follow the cursor position in the editor. It often lags behind, and sometimes it does not update until reaching the next heading. It would be useful if the active heading in the Outline panel always reflected the current cursor location.
It would be useful to display the current line and column number in the bottom status bar, preferably on the right side (similar to many editors).
HandLmovementIn Neovim,
HandLusually move to the top and bottom of the visible screen and then move by half pages when pressed repeatedly. It would be great if these keys could behave accordingly after reaching the limit of the screen, or move by a configurable number of lines instead of a single line when the key is held down.All reactions