-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vim Mode: Move Block up and down should enter insert mode AND move the block, instead of only entering insert mode #177
Comments
Hmm, do they work when you're already in insert mode? The command just calls the native We should probably make it so if you're in normal mode, it both enters and moves the block though |
Ok. When already in insert mode the commands do nothing. Also I don't think entering insert mode after moving the block is a good idea. Having the hotkey do one thing and one thing only is important I think. I would never use the insert mode after I move a block personally. In fact it would make me very annoyed. |
Does the native I agree that the shortcut should just move the block, not go into insert mode, and stay in normal mode. It's just that the I previously tried to make the shortcut go
In succession, but this makes it laggy, especially when you want to shift blocks multiple times quickly. |
yes! ctrl+shift+up does work. However, it has a weird quirk where when moving up, it moves the view port up, but when moving down it doesn't. It's really annoying especially to someone who likes the viewport to only change when I tell it to. That's a default roam thing right? So I don't expect you to be able to change it. I find dragging and dropping with the mouse to be finicky, cause you've gotta drop it in the exact right spot to keep it at the same indent level, not move it one indent to the right under the block above. any chance on getting hotkeys for indenting and outdenting tho? I'd love to have those on alt+h/l |
hotkeys for moving a block up or down do not work at all. They just start editing the current block. If the block is selected with v, nothing happens. I have the commands currently bound to alt+shift+j/k for down/up respectively. I've tried with hotkeys that are confirmed to work (alt+n/u) and still get the same behavior. I am using RoamThemes as well. However, I tried in chrome without RoamThemes and still get the same issue.
Browser Info:
The text was updated successfully, but these errors were encountered: