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