CTRL+UP/DOWN -> scoll up/down

Please make it possible to bind CTRL+UP/DOWN key combo to scoll up/down.
Same way as it is in most IDEs (VS code, Eclipse…)

This could be done by default since it’s not binded currently.

Use case or problem

I want to scroll up down fast without touching mouse.

Proposed solution

see above

Current workaround (optional)

moving away from keyboard and touching the mouse.

Related feature requests (optional)

5 Likes

and alt+up/down to move a line up/down

and provide multiple cursors, then provide shift+alt+up/down shortcut for same

Yeah, VS code shortcuts are now the etalon.
There is no downside setting uncommited keys.

there is an obsidian plugin for scrolling with ctrl + up/down , but it is not in the plugin installer, here is a link of the plugin repo: GitHub - martixy/obsidian-ctrl-arrow-scroll: Ctrl + Up/Down arrow scrolls view line by line instead of moving cursor., clone this repo in .obsidian/plugins, then go inside that folder and run npm install then npm run build, this will get the plugin installed, you can go and enable it from obsidian community plugins in the settings

1 Like