clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

zenter when scrolling

sspaeti 77728e9d 76c89e18

+9
+8
obsidian/.vimrc
··· 15 15 " nmap ^ g^ 16 16 " nmap 0 g^ 17 17 18 + " better scrolling and searching with centered always 19 + noremap <c-d> <C-d>zz 20 + noremap <c-u> <C-u>zz 21 + noremap <n> nzzzv 22 + noremap <N> Nzzzv 23 + 24 + " set scrolloff=8 25 + 18 26 "yank to clipboard 19 27 set clipboard=unnamed
+1
obsidian/core-plugins.json
··· 4 4 "switcher", 5 5 "graph", 6 6 "backlink", 7 + "canvas", 7 8 "outgoing-link", 8 9 "tag-pane", 9 10 "page-preview",