mirror of
https://github.com/Phantop/dotfiles
synced 2025-11-30 08:07:19 +00:00
Fish: some more bindings and disown qb
This commit is contained in:
parent
208d32b5ec
commit
6da3bdc97c
|
|
@ -1,8 +1,11 @@
|
||||||
# Defined in /tmp/fish.JVxygi/fish_user_key_bindings.fish @ line 2
|
# Defined in /tmp/fish.Rxe07n/fish_user_key_bindings.fish @ line 2
|
||||||
function fish_user_key_bindings
|
function fish_user_key_bindings
|
||||||
bind \co 'fff'
|
bind \co 'fff'
|
||||||
bind \eo 'cd (ffd | fzf)'
|
bind \eo 'cd (ffd | fzf)'
|
||||||
bind \ed 'ncdu'
|
bind \ed 'ncdu'
|
||||||
bind \eg 'git log; git status'
|
bind \eg 'git log; git status'
|
||||||
bind \et 'tmux'
|
bind \et 'tmux'
|
||||||
|
bind \eT 'ta'
|
||||||
|
bind \eD 'D'
|
||||||
|
bind \es 'sou'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Defined in /tmp/fish.aALkPB/qb.fish @ line 2
|
||||||
function qb
|
function qb
|
||||||
qutebrowser $argv --target auto
|
qutebrowser $argv --target auto & disown
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue