feat: ranger shortcut for dragon-drag-and-drop

This commit is contained in:
Flinner 2021-08-06 02:19:33 +03:00
parent c5073d4f3d
commit f39c169b3e
Signed by: flinner
GPG Key ID: 95CE0DA7F0E58CA6
1 changed files with 2 additions and 2 deletions

View File

@ -254,7 +254,7 @@ set cd_tab_case insensitive
# Use fuzzy tab completion with the "cd" command. For example, # Use fuzzy tab completion with the "cd" command. For example,
# ":cd /u/lo/b<tab>" expands to ":cd /usr/local/bin". # ":cd /u/lo/b<tab>" expands to ":cd /usr/local/bin".
set cd_tab_fuzzy false set cd_tab_fuzzy true
# Avoid previewing files larger than this size, in bytes. Use a value of 0 to # Avoid previewing files larger than this size, in bytes. Use a value of 0 to
# disable this feature. # disable this feature.
@ -452,7 +452,7 @@ map ) jump_non
map gh cd ~ map gh cd ~
map ge cd /etc map ge cd /etc
map gu cd /usr map gu cd /usr
map gd cd /dev map gd open_with dragon-drag-and-drop -a -x
map gl cd -r . map gl cd -r .
map gL cd -r %f map gL cd -r %f
map go cd /opt map go cd /opt