fzf-ranger
This commit is contained in:
@@ -161,7 +161,7 @@ s "systemctl suspend"
|
|||||||
x "exit"
|
x "exit"
|
||||||
so "xset dpms force off"
|
so "xset dpms force off"
|
||||||
sd "tmux kill-server; systemctl poweroff"
|
sd "tmux kill-server; systemctl poweroff"
|
||||||
rb "systemctl reboot"
|
rbt "systemctl reboot"
|
||||||
lo "i3-msg exit"
|
lo "i3-msg exit"
|
||||||
xm "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
xm "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||||
X "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
X "xmodmap ~/.Xmodmap && xset r rate $XSET_DELAY $XSET_RATE"
|
||||||
@@ -745,7 +745,7 @@ nst "cp ~/Documents/workout-logs/stretching.md /tmp && nvim /tmp/stretching.md"
|
|||||||
|
|
||||||
# Red Discord bot
|
# Red Discord bot
|
||||||
rde "pyenv shell red-discord-bot-test"
|
rde "pyenv shell red-discord-bot-test"
|
||||||
rdb "redbot --dev --debug"
|
rb "redbot --dev --debug"
|
||||||
|
|
||||||
# ]]] coding projs #
|
# ]]] coding projs #
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,7 @@ cc ~/linux-config/private_dot_calcurse/conf
|
|||||||
ci ~/linux-config/txt/ideas.md
|
ci ~/linux-config/txt/ideas.md
|
||||||
cm ./commit-msg.txt
|
cm ./commit-msg.txt
|
||||||
cmt /tmp/commit-msg.txt
|
cmt /tmp/commit-msg.txt
|
||||||
|
el ~/Documents/twitch-emotes/links-new.md
|
||||||
h ~/.habitctl/log
|
h ~/.habitctl/log
|
||||||
hh ~/.habitctl/habits
|
hh ~/.habitctl/habits
|
||||||
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
hlg ~/coding/spotify-lib-vis/src/api/management/commands/update-history.log
|
||||||
@@ -49,8 +50,8 @@ mc ~/coding/mf-site/assets/sass/main.scss
|
|||||||
mi ~/coding/mf-site/ideas.md
|
mi ~/coding/mf-site/ideas.md
|
||||||
ne ~/linux-config/configs/neofetch/config.conf
|
ne ~/linux-config/configs/neofetch/config.conf
|
||||||
re README.md
|
re README.md
|
||||||
|
rda ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/adventure.py
|
||||||
td todo.md
|
td todo.md
|
||||||
el ~/Documents/twitch-emotes/links-new.md
|
|
||||||
tg ~/.config/watson/tags_cache
|
tg ~/.config/watson/tags_cache
|
||||||
tt txt/todo.md
|
tt txt/todo.md
|
||||||
tm ~/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets
|
tm ~/.vim/plugged/vim-snippets/UltiSnips/texmath.snippets
|
||||||
@@ -82,7 +83,7 @@ wh ~/Documents/journal/todo/work-habit.md
|
|||||||
# ]]] sch #
|
# ]]] sch #
|
||||||
|
|
||||||
# gaming
|
# gaming
|
||||||
cra ~/Documents/red-discord-bot/repos/gobcog/adventure/data/default/attribs.json
|
cra ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/data/default/attribs.json
|
||||||
crm ~/Documents/red-discord-bot/repos/gobcog/adventure/data/default/monsters.json
|
crm ~/Documents/red-discord-bot/repos/gobcog-kevin/adventure/data/default/monsters.json
|
||||||
mta ~/.minetest/clientmods/custom_aliases/init.lua
|
mta ~/.minetest/clientmods/custom_aliases/init.lua
|
||||||
pk ~/Downloads/pokecord/pokecord2.md
|
pk ~/Downloads/pokecord/pokecord2.md
|
||||||
|
|||||||
@@ -141,7 +141,8 @@ abbr def "define"
|
|||||||
abbr ens "enable-site"
|
abbr ens "enable-site"
|
||||||
abbr ev "evince-silent"
|
abbr ev "evince-silent"
|
||||||
# abbr fbg "find-bg"
|
# abbr fbg "find-bg"
|
||||||
abbr fn "fzf-vim"
|
abbr fr "fzf-ranger"
|
||||||
|
abbr fv "fzf-vim"
|
||||||
abbr fvft "find-vim-filetype"
|
abbr fvft "find-vim-filetype"
|
||||||
# git [[[ #
|
# git [[[ #
|
||||||
|
|
||||||
|
|||||||
6
dot_config/fish/functions/fzf-ranger.fish
Normal file
6
dot_config/fish/functions/fzf-ranger.fish
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
function fzf-ranger
|
||||||
|
set dir (fd -td | fzf)
|
||||||
|
if test ! -z "$dir"
|
||||||
|
ranger $dir
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user