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
|
||||
super + shift + Return
|
||||
qutebrowser
|
||||
firefox
|
||||
|
||||
# program launcher
|
||||
super + @space
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
rum = rebase master@{u}
|
||||
puff = pull --ff-only
|
||||
merff = merge --ff-only
|
||||
fa = fetch --all
|
||||
|
||||
[core]
|
||||
editor = nvim
|
||||
|
|
Loading…
Reference in New Issue