mirror of
https://github.com/Phantop/dotfiles
synced 2024-11-16 11:52:47 +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
|
||||
bind \co 'fff'
|
||||
bind \eo 'cd (ffd | fzf)'
|
||||
bind \ed 'ncdu'
|
||||
bind \eg 'git log; git status'
|
||||
bind \et 'tmux'
|
||||
bind \eT 'ta'
|
||||
bind \eD 'D'
|
||||
bind \es 'sou'
|
||||
end
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
# Defined in /tmp/fish.aALkPB/qb.fish @ line 2
|
||||
function qb
|
||||
qutebrowser $argv --target auto
|
||||
qutebrowser $argv --target auto & disown
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue