changes
This commit is contained in:
parent
d529ef2559
commit
bf696a125f
|
|
@ -7,13 +7,13 @@ unbind-key H
|
|||
unbind-key L
|
||||
unbind-key c
|
||||
unbind-key ,
|
||||
browser "firefox %u"
|
||||
browser "librewolf %u"
|
||||
|
||||
# Feed settings
|
||||
prepopulate-query-feeds yes
|
||||
refresh-on-startup yes
|
||||
|
||||
macro w set browser "mpv %u" ; open-in-browser ; set browser "firefox %u"
|
||||
macro w set browser "mpv %u" ; open-in-browser ; set browser "librewolf %u"
|
||||
|
||||
# bind keys
|
||||
bind-key ; macro-prefix
|
||||
|
|
|
|||
|
|
@ -36,5 +36,5 @@ alias \
|
|||
gp='git push'
|
||||
|
||||
ec() {find ~/.config -type f | fzf | xargs -r $EDITOR ;}
|
||||
se() { cd ~/.local/bin; $EDITOR $(fzf) ;}
|
||||
es() { cd ~/.local/bin; $EDITOR $(fzf) ;}
|
||||
ef() {fzf | xargs -r -I % $EDITOR % ;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue