mirror of
https://github.com/Phantop/dotfiles
synced 2025-07-05 09:36:49 +00:00
Fish: tmux binding and mic passthrough function
This commit is contained in:
parent
f4615c49db
commit
0ae5e7e64a
|
@ -1,6 +1,8 @@
|
|||
# Defined in /tmp/fish.JVxygi/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'
|
||||
end
|
||||
|
|
8
.config/fish/functions/mic.fish
Normal file
8
.config/fish/functions/mic.fish
Normal file
|
@ -0,0 +1,8 @@
|
|||
# Defined in /tmp/fish.4ysHXN/mic.fish @ line 2
|
||||
function mic
|
||||
if pactl list short modules | grep loopback
|
||||
pactl unload-module module-loopback
|
||||
else
|
||||
pactl load-module module-loopback
|
||||
end
|
||||
end
|
|
@ -1,14 +1,10 @@
|
|||
discord https://discordapp.com/channels/@me
|
||||
docs https://docs.google.com/document/u/1/?tgif=c
|
||||
wa https://web.whatsapp.com/
|
||||
hs https://horriblesubs.info/
|
||||
class https://classroom.google.com/u/1/h
|
||||
drive https://drive.google.com/drive/u/1/my-drive
|
||||
dw https://distrowatch.com/
|
||||
photos https://photos.google.com/
|
||||
keep https://keep.google.com/u/0/
|
||||
ab https://animebytes.tv/torrents.php
|
||||
tuta https://mail.tutanota.com/mail/LISEQyp-0V-0
|
||||
timer https://duckduckgo.com/?q=20+min+timer&ia=answer
|
||||
site https://phantop.github.io/
|
||||
music https://free-mp3-download.net/
|
||||
dw https://distrowatch.com/
|
||||
|
|
Loading…
Reference in a new issue