mirror of https://github.com/mitchell/dotfiles.git
Change sxhkd browser keymap to firefox and add git command alias
This commit is contained in:
parent
99a7fd0398
commit
b750c3a466
|
@ -8,7 +8,7 @@ super + Return
|
||||||
|
|
||||||
# browser
|
# browser
|
||||||
super + shift + Return
|
super + shift + Return
|
||||||
qutebrowser
|
firefox
|
||||||
|
|
||||||
# program launcher
|
# program launcher
|
||||||
super + @space
|
super + @space
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
rum = rebase master@{u}
|
rum = rebase master@{u}
|
||||||
puff = pull --ff-only
|
puff = pull --ff-only
|
||||||
merff = merge --ff-only
|
merff = merge --ff-only
|
||||||
|
fa = fetch --all
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
|
|
Loading…
Reference in New Issue