From 2854025366dee829562dabfa50c8c1e85181049e Mon Sep 17 00:00:00 2001 From: hut Date: Sun, 10 Jan 2010 23:47:44 +0100 Subject: keys: changed paste key from 'p' to 'pp' (to avoid mistakes) --- ranger/defaults/keys.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py index 5d4868a9..14548076 100644 --- a/ranger/defaults/keys.py +++ b/ranger/defaults/keys.py @@ -76,7 +76,8 @@ def initialize_commands(command_list): bind('yy', fm.copy()) bind('dd', fm.cut()) - bind('p', fm.paste()) + bind('pp', fm.paste()) + hint('p', 'press //p// once again to confirm pasting') bind('s', fm.execute_command('bash')) -- cgit 1.4.1-2-gfad0 > Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/display.mu
blob: dc083789b96101d13552c229fc65d2b5e2b8f5a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24