Minor additions

This commit is contained in:
Austen Adler 2015-02-06 07:17:24 -05:00
parent ed1ce28e2b
commit 03ac09c21b
3 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ bar {
mode hide mode hide
modifier Mod4 modifier Mod4
tray_output primary tray_output primary
tray_output LVDS1
colors { colors {
background $bg background $bg
statusline $fg statusline $fg

View File

@ -113,6 +113,9 @@ alias -g L="2>&1|less"
alias -g G='|& ag' alias -g G='|& ag'
alias -g AW='austenwares.com' alias -g AW='austenwares.com'
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x' export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
function pcat(){
pygmentize -f terminal "$1" | less -R
}
function offline(){ function offline(){
echo unshare -n -- sh -c "sudo -u stonewareslord zsh -c '$@'" echo unshare -n -- sh -c "sudo -u stonewareslord zsh -c '$@'"
sudo unshare -n -- sh -c "sudo -u stonewareslord zsh -c '$@'" sudo unshare -n -- sh -c "sudo -u stonewareslord zsh -c '$@'"

View File

@ -28,6 +28,7 @@ inoremap <C-a> i<C-a>
noremap <Leader><Leader> gi !g <CR> noremap <Leader><Leader> gi !g <CR>
vnoremap L $ vnoremap L $
vnoremap H ^ vnoremap H ^
noremap Y :js util.copyToClipboard(content.document.title, true)<CR>
"set animations=true "set animations=true
silent! colorscheme vimPgray silent! colorscheme vimPgray
set titlestring= set titlestring=