diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/ranger/rc.conf | 3 | ||||
| -rw-r--r-- | .config/ranger/shortcuts.conf | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.config/ranger/rc.conf b/.config/ranger/rc.conf index 9e67b37..ecd7373 100644 --- a/.config/ranger/rc.conf +++ b/.config/ranger/rc.conf @@ -515,3 +515,6 @@ map Tn eval fm.open_console('shell eyeD3 -n "" ' + fm.thisfile.relative_path, po #Downloading map ytv console shell youtube-dl -ic%space map yta console shell youtube-dl -xic%space + +# Source shortcuts +source ~/.config/ranger/shortcuts.conf diff --git a/.config/ranger/shortcuts.conf b/.config/ranger/shortcuts.conf new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.config/ranger/shortcuts.conf |
