aliasrc and sxhkdrc
This commit is contained in:
parent
c8091f57c6
commit
73a26ed675
|
|
@ -28,8 +28,8 @@ alias \
|
||||||
|
|
||||||
# git aliases
|
# git aliases
|
||||||
alias \
|
alias \
|
||||||
ga='git add'
|
ga='git add' \
|
||||||
gc='git commit -sS'
|
gc='git commit' \
|
||||||
gp='git push'
|
gp='git push'
|
||||||
|
|
||||||
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
|
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ super + grave
|
||||||
|
|
||||||
# swap cap if stops working
|
# swap cap if stops working
|
||||||
super + c
|
super + c
|
||||||
setxkbmap -option caps:swapescape && xset r rate 300 50
|
xset r rate 300 50
|
||||||
|
|
||||||
# ncmpcpp
|
# ncmpcpp
|
||||||
super + shift + n
|
super + shift + n
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue