Minor additions
This commit is contained in:
parent
ed1ce28e2b
commit
03ac09c21b
@ -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
|
||||||
|
@ -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 '$@'"
|
||||||
|
@ -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=
|
||||||
|
Loading…
Reference in New Issue
Block a user