""" Default """ " Indentation using spaces " " set tabstop=4 " set softtabstop=4 " set textwidth=79 " Yank to system clipboard set clipboard=unnamed " Key Bindings unmap " insert mode inoremap jk inoremap inoremap inoremap inoremap inoremap ^i inoremap $a " normal mode nnoremap : nnoremap zz nnoremap zz nnoremap J mzJ`z nnoremap n nzzzv nnoremap N Nzzzv nnoremap Q " nnoremap s [[:%s/\<\>//gI]] " visual mode vnoremap ; : " vnoremap :m '>+1gv=gv " vnoremap :m '<-2gv=gv " noremap y [["+y]] " xvoremap p [["_dP]] " Surround nunmap s vunmap s exmap surround_wiki surround [[ ]] map [[ :surround_wiki exmap surround_double_quotes surround " " map s" :surround_double_quotes exmap surround_single_quotes surround ' ' map s' :surround_single_quotes exmap surround_backticks surround ` ` map s` :surround_backticks exmap surround_brackets surround ( ) map sb :surround_brackets map s( :surround_brackets map s) :surround_brackets exmap surround_square_brackets surround [ ] map s] :surround_square_brackets map s[ :surround_square_brackets exmap surround_curly_brackets surround { } map s{ :surround_curly_brackets map s} :surround_curly_brackets " Split exmap split_vertical obcommand workspace:split-vertical nmap v :split_vertical exmap split_horizontal obcommand workspace:split-horizontal nmap v :split_horizontal " Navigation nmap j gj nmap k gk exmap back obcommand app:go-back nmap :back exmap forward obcommand app:go-forward nmap :forward exmap focus_top obcommand editor:focus-top nmap :focus_top exmap focus_bottom obcommand editor:focus-bottom nmap :focus_bottom exmap focus_left obcommand editor:focus-left nmap :focus_left exmap focus_right obcommand editor:focus-right nmap :focus_right exmap focus obcommand editor:focus nmap fc :focus exmap last_tab obcommand workspace:goto-last-tab nmap lt :last_tab " File Explorer exmap file_explorer obcommand file-explorer:open nmap e :file_explorer exmap right_sidebar obcommand app:toggle-right-sidebar nmap rs :right_sidebar """ Plugin Commands """ " Anki exmap anki_scan_vault obcommand obsidian-to-anki-plugin:anki-scan-vault nmap as :anki_scan_vault " Check list " mark done nnoremap cm ^f[lrx exmap checklist obcommand editor:toggle-checklist-status nmap cl :checklist exmap checklist_view obcommand obsidian-checklist-plugin:show-checklist-view nmap cv :checklist_view " File Search/Open exmap find_files obcommand darlal-switcher-plus:switcher-plus:open nmap ff :find_files exmap find_old_files obcommand recent-files-obsidian:recent-files-open nmap fo :find_old_files " Fold exmap fold_properties obcommand editor:toggle-fold-properties nmap fp :fold_properties exmap toggle_fold obcommand editor:toggle-fold nmap fd :toggle_fold exmap fold_all obcommand editor:fold-all nmap fa :fold_all exmap unfold_all obcommand editor:unfold-all nmap ufa :unfold_all " Move notes exmap move_note obcommand file-explorer:move-file nmap nm :move_note exmap auto_move_note obcommand auto-note-mover:Move-the-note nmap na :auto_move_note " New Notes exmap new_note obcommand obsidian-advanced-new-file:advanced-new-file-new-pane nmap nb :new_note " Reload exmap reload obcommand app:reload nmap so :reload " Templatre exmap insert_templater obcommand templater-obsidian:insert-templater nmap ti :insert_templater exmap replace_templater obcommand templater-obsidian:replace-in-file-templater nmap tr :replace_templater " Text Generator exmap text_generate obcommand obsidian-textgenerator-plugin:generate-text nmap tg :text_generate exmap text_metadata_generate obcommand obsidian-textgenerator-plugin:generate-text-with-metadata nmap tmg :text_metadata_generate " Text Snippets exmap text_snippets obcommand text-snippets-obsidian:text-snippets nmap sp :text_snippets