What are the keyboard shortcuts you use the most?
What are the keyboard shortcuts you use the most?
I'm trying to make my Obsidian use a bit more efficient, and I'm still learning the product as a whole. What are some of your most-used/favorites?
What are the keyboard shortcuts you use the most?
I'm trying to make my Obsidian use a bit more efficient, and I'm still learning the product as a whole. What are some of your most-used/favorites?
<ctrl-O>
- to open a note.
The fuzzy finder makes this super fast,
if you name your notes in a way you'll remember later (SEO!).<ctrl-E>
- switch between reader and edit mode
(I almost always edit with external editor (Vim) any way,
so I nearly always want the note in reader mode.
In settings, you can make this the default)<ctrl-shift-v>
- (custom binding) open current note in external editorI started using the Zen community plugin for immersive writing, which I've mapped to Cmd-Shift-Z.
I'd recommend going into settings/options and having a look at the "Hotkeys" tab. There's a lot of things that aren't currently set, or default hotkeys that might be useful to you, like:
ctrl + shift + p
which pins the current tab so it can't be replaced with another tabctrl + w
ctrl + p
. The command palette is amazing because it shows you everything in the "Hotkeys" tab. So you don't even need a hotkey set to use something. Like you can open the command palette and search for "release notes" and it will show you the current release notes. If you have the emoji plugin installed, you can open the command palette and search for "emoji" and it will open the emoji toolbar.ctrl + o
. But I have the Omnisearch plugin installed so I set this hotkey to that instead.The plugin QuickAdd is really useful here as well, you can create your own hotkeys. I made one so when I press ctrl + n
it creates a new note in a specific folder with today's date and time as the file name, so I can quickly write something down.
using vim mode with the .vimrc pluggin is a game changer. there are so many powerful vim movements; iykyk.
i also use these native commands (i'm sure there is more):
I feel i'm an outlier in that i intentionally do not use keyboard shortcuts and focus on mouse usage instead
Why is that? Do you find mouse usage to be easier?
Just easier, i'm a very visual person.
None. I mainly use obsidian on mobile.
Any tips on how to improve mobile experience? I found it to be a bit complicated for situations when I just want to note something random down.
Get markor . It's a great markdown editor. Opens fast. Use that for the quick notes.
In Obsidian, cut down there number of plugins, or just the ones that take a long time to load. Mobile is slower than desktops.
CTRL - P to get to all the available commands in Obsidian.
I'm on a mac so it's cmd but mostly the same
cmd-t - new tab cmd-up/down - move backwards or forwards in journal diary days cmd-p - command-browser (if i don't know any shortcuts i use this)
I like to use my own custom ones:
Ctrl + [
- Add internal linkCtrl + Backspace
- Toggle back links in documentCtrl + 6
- Footnote ShortcutAlt + UP/DOWN
- Move lineAlt + Shift + 1/2/3/4/5/6
- Set as headingHow did you get a shortcut for a Footnote? With QuickAdd?
I used the community plugin Footnote Shortcut.