summaryrefslogtreecommitdiffstats
path: root/.config/ranger/commands.py
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-08 16:50:33 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-08 16:50:33 -0400
commitf93cd463a17ce73adeb1f56a57f211690a6c13b1 (patch)
tree2c84b7197ccc2f6c7862653993c276c660946256 /.config/ranger/commands.py
parentf68f3119c1da3c6229c0c26e41b60f20ce7bc84a (diff)
parentbcbfd066cf90cd5aa83225d468680473b8f66ad6 (diff)
downloadeibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.gz
eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.tar.zst
eibhear-f93cd463a17ce73adeb1f56a57f211690a6c13b1.zip
Merge branch 'xdgify' of https://github.com/dennisleexyz/dotfiles into dennisleexyz-xdgify
Diffstat (limited to '.config/ranger/commands.py')
-rwxr-xr-x.config/ranger/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/ranger/commands.py b/.config/ranger/commands.py
index 71fd2a2..5b1acd2 100755
--- a/.config/ranger/commands.py
+++ b/.config/ranger/commands.py
@@ -60,7 +60,7 @@ class my_edit(Command):
# https://github.com/ranger/ranger/wiki/Integrating-File-Search-with-fzf
-# Now, simply bind this function to a key, by adding this to your ~/.config/ranger/rc.conf: map <C-f> fzf_select
+# Now, simply bind this function to a key, by adding this to your $XDG_CONFIG_HOME/ranger/rc.conf: map <C-f> fzf_select
class fzf_select(Command):
"""
:fzf_select