Better Keymaps/Shortcuts

Inpired by my sporadic use of VS Code, I noted some key shortcuts are really handy!
So i reconfigured my Logseq to immitate these.
See here-under my suggestions for better (default) settings (for a mac).

moving blocks:

  • move block up: “⌥ + up”
  • move block down: “⌥ + down”
  • indent block: “⌥ + right” (in addition to “tab”)
  • outdent block: “⌥ + left” (in addition to “shift + tab”)

add functionality to copy blocks/lines (particularly useful when editing tables?):

  • copy line/block and insert above: “shift + ⌥ + up”
  • copy line/block and insert below: “shift + ⌥ + down”

What other key combinations do you thing are useful / better?

Vim mode.
Check out vim mode for VSCode too. It’s shortcuts all the way down.

1 Like