Skip to content

Instantly share code, notes, and snippets.

@LintaoAmons
Last active March 5, 2023 14:47
Show Gist options
  • Save LintaoAmons/80b5749164c2273107ae5fc18d163831 to your computer and use it in GitHub Desktop.
Save LintaoAmons/80b5749164c2273107ae5fc18d163831 to your computer and use it in GitHub Desktop.
配置Obsidian-像Vim一样跳转.md

文件间跳转

  • <ctrl-enter> Follow link under cursor
  • <ctrl-p> open quick switcher
  • <ctrl-i> Navigate forward
  • <ctrl-o> Navigate back

Pane navigation

  • <cmd-ctrl-enter> Open link under cursor in new pane
  • <cmd-h> Focus on pane to the left
  • <cmd-l> Focus on pane to the right

Editor

  • <cmd+j> Toggle code
  • <cmd+k> Toggle highlight

==hello== world

文件内跳转

  • footnote plugin
    • <c-m> jump to/back to the ref
  • quick switcher plugin
    • <c-f> 跳转到header
  • hjkl
  • <ctrl-d>, <ctrl-u>

方向键改键

  • <tab-h>

  • <tab-j>

  • <tab-k>

  • <tab-l>

  • 在不能用 jk 做选择的地方,只能在用方向键的地方很方便

    • Search files
    • Search headers
    • Search commands
    • Search tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment