summary refs log tree commit diff stats
path: root/ranger/defaults/keys.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/defaults/keys.py')
-rw-r--r--ranger/defaults/keys.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py
index 14548076..c08f8ba2 100644
--- a/ranger/defaults/keys.py
+++ b/ranger/defaults/keys.py
@@ -77,7 +77,9 @@ def initialize_commands(command_list):
 	bind('yy', fm.copy())
 	bind('dd', fm.cut())
 	bind('pp', fm.paste())
-	hint('p', 'press //p// once again to confirm pasting')
+	bind('pl', fm.paste_symlink())
+	hint('p', 'press //p// once again to confirm pasting' \
+			', or //l// to create symlinks')
 
 	bind('s', fm.execute_command('bash'))