Add drag-and-drop
This commit is contained in:
parent
0c3dbadea5
commit
eb7b274bb8
@ -71,7 +71,7 @@ set show_hidden_bookmarks true
|
|||||||
|
|
||||||
# Which colorscheme to use? These colorschemes are available by default:
|
# Which colorscheme to use? These colorschemes are available by default:
|
||||||
# default, jungle, snow, solarized
|
# default, jungle, snow, solarized
|
||||||
set colorscheme gruvbox
|
set colorscheme default
|
||||||
|
|
||||||
# Preview files on the rightmost column?
|
# Preview files on the rightmost column?
|
||||||
# And collapse (shrink) the last column if there is nothing to preview?
|
# And collapse (shrink) the last column if there is nothing to preview?
|
||||||
@ -358,6 +358,11 @@ map ,z shell apack %f.zip %f
|
|||||||
map = chmod
|
map = chmod
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
*** Drag and Drop
|
||||||
|
#+BEGIN_SRC conf
|
||||||
|
map D shell dragon-drag-and-drop -a -x %p
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
*** TODO Rename
|
*** TODO Rename
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
#map cw console rename%space
|
#map cw console rename%space
|
||||||
@ -863,6 +868,8 @@ label editor, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = $EDITOR -
|
|||||||
label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
|
label pager, !mime ^text, !ext xml|json|csv|tex|py|pl|rb|js|sh|php = "$PAGER" -- "$@"
|
||||||
|
|
||||||
ext blend, has blender, X, flag f = blender -- "$@"
|
ext blend, has blender, X, flag f = blender -- "$@"
|
||||||
|
|
||||||
|
has dragon-drag-and-drop, X, flag f = dragon-drag-and-drop -a -x "$@"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* Ranger Commands
|
* Ranger Commands
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
Loading…
Reference in New Issue
Block a user