clone of my dotfiles.ssp.sh
1
fork

Configure Feed

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

updating brew and shortcuts

sspaeti 3361ae72 bf958359

+2 -2
+1 -1
Brewfile
··· 13 13 brew "hugo" 14 14 brew "pandoc" 15 15 brew "python@3.8", link: true 16 - brew "w3m" 16 + brew "tmux" 17 17 brew "wget" 18 18 brew "zsh-autosuggestions" 19 19 brew "zsh-syntax-highlighting"
+1 -1
vim/vim-shortcuts.md
··· 15 15 b -> goes one word back 16 16 e -> move to the end of your word 17 17 % -> toggles between parentese forth and back if your inside one 18 - \* -> toggles through all your variable or word on in your text 18 + \* -> toggles through all your variable or word on in your text -> with # you toggle backwards 19 19 o -> will insert a new line and put you into insert mode directly. O will due it above 20 20 C -> puts you into insert and replace until end of line 21 21 a -> Insert text after the cursor