mirror of https://github.com/Flinner/dots.git
feat: ranger shortcut for dragon-drag-and-drop
This commit is contained in:
parent
c5073d4f3d
commit
f39c169b3e
|
@ -254,7 +254,7 @@ set cd_tab_case insensitive
|
|||
|
||||
# Use fuzzy tab completion with the "cd" command. For example,
|
||||
# ":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
|
||||
# disable this feature.
|
||||
|
@ -452,7 +452,7 @@ map ) jump_non
|
|||
map gh cd ~
|
||||
map ge cd /etc
|
||||
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 %f
|
||||
map go cd /opt
|
||||
|
|
Loading…
Reference in New Issue