Minor additions
This commit is contained in:
parent
ed1ce28e2b
commit
03ac09c21b
@ -39,6 +39,7 @@ bar {
|
||||
mode hide
|
||||
modifier Mod4
|
||||
tray_output primary
|
||||
tray_output LVDS1
|
||||
colors {
|
||||
background $bg
|
||||
statusline $fg
|
||||
|
@ -113,6 +113,9 @@ alias -g L="2>&1|less"
|
||||
alias -g G='|& ag'
|
||||
alias -g AW='austenwares.com'
|
||||
export FZF_COMPLETION_OPTS='--no-mouse -m -1 -x'
|
||||
function pcat(){
|
||||
pygmentize -f terminal "$1" | less -R
|
||||
}
|
||||
function offline(){
|
||||
echo unshare -n -- sh -c "sudo -u stonewareslord zsh -c '$@'"
|
||||
sudo unshare -n -- sh -c "sudo -u stonewareslord zsh -c '$@'"
|
||||
|
@ -28,6 +28,7 @@ inoremap <C-a> i<C-a>
|
||||
noremap <Leader><Leader> gi !g <CR>
|
||||
vnoremap L $
|
||||
vnoremap H ^
|
||||
noremap Y :js util.copyToClipboard(content.document.title, true)<CR>
|
||||
"set animations=true
|
||||
silent! colorscheme vimPgray
|
||||
set titlestring=
|
||||
|
Loading…
Reference in New Issue
Block a user