Public-Notes

12 May 2020

org-mode

Special keys By default: C – Control M - Meta (option) s – super (command) SPC – Space RET – Return (Enter) Timestamps C-c . – prompts you to insert a active timestamp. Active means, that this entry signed with the …

30 Mar 2020

macOS

Global cmd + tab - switch between apps cmd + tab, then option - show minimised app cmd + shift + / - open the help menu for app Finder cmd + shift + . - show/hide hidden files Time Machine Get information about Time …

19 Mar 2020

vim

Working with files Open file to edit :e path/to/file Working with sessions Create new session :mksession ~/mysession.vim Load session in existing window :source ~/mysession.vim Run vim with session loaded vim -S …