clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

add zen mode

+6
+6
obsidian/.vimrc
··· 56 56 nmap <Space>td :theme_dark<CR> 57 57 nmap <Space>tl :theme_light<CR> 58 58 59 + 60 + " Zen mode (hide tab bar) and right side 61 + exmap toggle_tab obcommand obsidian-hider:toggle-tab-containers 62 + exmap toggle_right obcommand app:toggle-right-sidebar 63 + nmap <Space>z :toggle_tab<CR>:toggle_right<CR> 64 + 59 65 " Copy file path (similar to your leader-y) 60 66 exmap copy_path obcommand workspace:copy-path 61 67 nmap <Space>y :copy_path<CR>