116d65dfdb35
More
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Mon, 22 Apr 2019 13:16:39 -0400 |
parents | 4a5c3d4626d4 |
children | 87eadbc9344d |
branches/tags | (none) |
files | gitconfig stumpwmrc |
Changes
--- a/gitconfig Sun Apr 21 22:28:30 2019 -0400 +++ b/gitconfig Mon Apr 22 13:16:39 2019 -0400 @@ -33,9 +33,10 @@ ci = commit cm = commit -m - d = "!sh -c 'git diff $* | nvim -R -' -" - di = !git diff --cached | nvim -R - + d = diff + di = diff --cached dl = "!f() { git diff \"$@\" | nvim -R -c 'set ft=diff' -; }; f" + dil = "!f() { git diff --cached \"$@\" | nvim -R -c 'set ft=diff' -; }; f" co = checkout --recurse-submodules id = rev-parse
--- a/stumpwmrc Sun Apr 21 22:28:30 2019 -0400 +++ b/stumpwmrc Mon Apr 22 13:16:39 2019 -0400 @@ -296,7 +296,7 @@ (define-top-keys ;; application shortcuts - ("H-m" "exec st") + ("H-m" "exec st -f 'Ubuntu Mono:size=11:antialias=true:autohint=true'") ("H-\\" "pass-personal") ("H-b" "browser") ("H-o" "spotify")