Added qr-gif and rick-roll scripts

Also added 369 and internet aliases.
This commit is contained in:
2019-01-23 19:58:34 -05:00
parent 8abe351a9e
commit 896878fef6
6 changed files with 176 additions and 2 deletions

View File

@@ -203,5 +203,6 @@ then
else
xrandr --dpi 150
fi
# Both PC/Laptop }}}
[ -f ~/.fzf.bash ] && source ~/.fzf.bash

View File

@@ -35,7 +35,10 @@ set noswapfile
autocmd VimResized * wincmd =
autocmd BufNewFile,BufRead .* set syntax=sh
autocmd Filetype css,htmldjango,html,tex,txt,markdown set tabstop=2 shiftwidth=2 expandtab
filetype plugin on
filetype indent on
autocmd FileType css,htmldjango,html,tex,markdown set tabstop=2 shiftwidth=2 expandtab
autocmd BufNewFile,BufRead *.txt set tabstop=2 shiftwidth=2 expandtab
autocmd BufRead commit-msg.txt set filetype=gitcommit tw=72
autocmd BufNewFile,BufRead *.md set filetype=markdown
autocmd Filetype markdown set textwidth=0
@@ -168,6 +171,7 @@ colorscheme wal
" Mappings {{{ "
" function keys {{{ "
map <F1> :silent !scp %:p kevin@192.168.0.21:/home/kevin/a1<CR>
map <F4> :xa<CR>
map <F5> :q!<CR>
" map <F6> :make -C ~/Documents/resume cv<CR>