summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorThe Flying Rapist <admin@nosuck.org>2015-05-15 19:16:26 +0900
committerThe Flying Rapist <admin@nosuck.org>2015-05-16 22:40:30 +0900
commit984845bac7a6cc142e676557685daa66a468494e (patch)
tree736424abfccdd106aa9e9483d9c43577aabeb1a4
parenta65efba9c1db5cda2284e95d364e47bf652bf160 (diff)
downloadranger-984845bac7a6cc142e676557685daa66a468494e.tar.gz
Added cmap for forward word deletion.
-rw-r--r--ranger/config/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/config/rc.conf b/ranger/config/rc.conf
index fd883cb8..727ba7b3 100644
--- a/ranger/config/rc.conf
+++ b/ranger/config/rc.conf
@@ -490,6 +490,7 @@ cmap <end>   eval fm.ui.console.move(right=-1, absolute=True)
 cmap <backspace>  eval fm.ui.console.delete(-1)
 cmap <delete>     eval fm.ui.console.delete(0)
 cmap <C-w>        eval fm.ui.console.delete_word()
+cmap <A-d>        eval fm.ui.console.delete_word(backward=False)
 cmap <C-k>        eval fm.ui.console.delete_rest(1)
 cmap <C-u>        eval fm.ui.console.delete_rest(-1)
 cmap <C-y>        eval fm.ui.console.paste()
le='Blame the previous revision' href='/gbmor/clinte/blame/src/main.rs?h=v0.3.4&id=d64124e97bdf26169f20e98fbdf1af934b265b74'>^
d64124e ^
99273b6 ^



8d50587 ^
99273b6 ^
05649a5 ^
99273b6 ^







05649a5 ^
99273b6 ^


5b59ba3 ^

d64124e ^

05649a5 ^
5b59ba3 ^
05649a5 ^
5b59ba3 ^
99273b6 ^
05649a5 ^
8d50587 ^
05649a5 ^




8d50587 ^

05649a5 ^
























58ca664 ^
05649a5 ^


















d9d5901 ^
05649a5 ^









d9d5901 ^
05649a5 ^





7e4251d ^

d64124e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114