dotfiles

Cross platform dotfiles for linux, mac and windows

1 
2 
3 
4 
5 
6 
iabbrev function@ function {<cr><cr>}<up>
iabbrev fun@ <esc>bvedivoid <C-o>P() {<cr><cr>}<up>
iabbrev p@ printf("\n");<esc>4hi
iabbrev r@ return;<left>
iabbrev i@ #include <><left>
iabbrev for@ <esc>bvedifor(int <c-o>P=0; <c-o>P < n; <c-o>P++) {<cr><cr>}<up>