Skip to content

Instantly share code, notes, and snippets.

@thor314
Created May 18, 2022 19:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thor314/29fe663455cfac99445bac39665f628e to your computer and use it in GitHub Desktop.
Save thor314/29fe663455cfac99445bac39665f628e to your computer and use it in GitHub Desktop.

#keybinds #obsidian #system also see [[n-templater-docs]] [[a-Obsidian-extension-notes]]

My file naming convention:

<key>-filename:

  • a - something important
  • j - journal
  • (w|m|q|y)r - reviews
  • n - note (catch all)
  • t - dedicated todo (seldom used)
  • z - zettel (seldom used) prefer ctrl keys and vimkeys to be consistent across editors, when possible assign text insert commands to alt keys, to avoid collisions inserts that aren't cross-editor. Eg alt-t=time, alt-d=date

Todo

  • figure out how to better cycle right bar
  • set up better templater defaults, bind them to fkeys 9-12

Q

  • how to create a file in a directory of my choosing? Current solution recent file then file from template.

Keys

ctrl ctrl shift alt alt shift ctrl alt ctrl alt shift
a (select all) ? ?
o cursor undo ? quick open recent
e (goto file) ! quick explorer emoji pick
u ? ! cursor redo
i ? ? ?
d ? ? insert date
h ? ? ?
t couldn't find transpose (reopen closed ed) ? tog langtool tog spellcheck
n new template:note prompt which template new untitled file
s ? ? ?
- (zoom out) ? ?
' ? (forward) ? ?
, go back(todo) !! ?
. go defn(todo) ? peek impl
p (command palette) toggle live preview ?
y ? ? ? tog preservecase
f (find) goto symb in ws find in files
g ? (git bar) ?
c (copy) ? cut
r replace ? replace in files tog regex
l expand selection(todo) shrink selection (tog find in sel) +
/ comment line(todo) ? ?
= (zoom in) ? ?
\ (split editor) split editor up/down ?
; (focus breadcrumbs) ?
q quickspell(todo) ? refactor
j ? ? ?
k ? (update link) link sidebar
x (cut) (extensions bar) ?
b ? ? ?
m mark todo toggle list type ?
w (close tab) ? close editors in gp
v paste insert link w replacement ?
z (undo) (redo) (tog term size) +
` ? move sidebar to panel ?
key basic ctrl ctrl shift alt alt shift ctrl alt ctrl shift alt
1 (1st ed panel) (replace 1) 1-9: hotkey open note
2 (2nd ed panel) ?
3 (3rd ed panel) ?
4 (4 ed panel) ?
5 (5 ed panel) ?
6 (6 ed panel) ?
7 (7 ed panel) ?
8 (8 ed panel) ?
9 (9 ed panel) ?
0 (fold) ? kill eds in gp
[ (prev daily note) (fold) (prev inline sug) +
] (next daily note) (unfold) (next inline sug) +
f1 ? ? settings
f2 (rename) ? ? !
f3 left bar tog cycle left bar bcycle left ?
f4 right bar tog ? ? !
f5 ? ? ?
f6 ? ? ?
f7 langtool hide ? ? ?
f8 langtool check ? ? ?
f9 ? ? ? ?
f10 other blogpost ? ? ?
f11 (fullscreen) current blogpost ? ? ?
f12 dailynote ? ? ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment