diff --git a/.config/fish/functions/fish_user_key_bindings.fish b/.config/fish/functions/fish_user_key_bindings.fish index 7f528b4..fdb5c55 100644 --- a/.config/fish/functions/fish_user_key_bindings.fish +++ b/.config/fish/functions/fish_user_key_bindings.fish @@ -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 diff --git a/.config/fish/functions/qb.fish b/.config/fish/functions/qb.fish index a68e417..5dc8e89 100644 --- a/.config/fish/functions/qb.fish +++ b/.config/fish/functions/qb.fish @@ -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