fzf-ranger

This commit is contained in:
2019-12-31 10:32:11 -05:00
parent a40cdd8962
commit 527b573d29
4 changed files with 14 additions and 6 deletions

View File

@@ -141,7 +141,8 @@ abbr def "define"
abbr ens "enable-site"
abbr ev "evince-silent"
# abbr fbg "find-bg"
abbr fn "fzf-vim"
abbr fr "fzf-ranger"
abbr fv "fzf-vim"
abbr fvft "find-vim-filetype"
# git [[[ #

View File

@@ -0,0 +1,6 @@
function fzf-ranger
set dir (fd -td | fzf)
if test ! -z "$dir"
ranger $dir
end
end