1
0
Fork 0
mirror of https://github.com/Phantop/dotfiles synced 2024-09-28 12:58:57 +00:00

Fish: some more bindings and disown qb

This commit is contained in:
Phantop 2019-05-04 20:10:46 -04:00
parent 208d32b5ec
commit 6da3bdc97c
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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