summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/defaults/keys.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/defaults/keys.py b/ranger/defaults/keys.py
index 709ea8d8..69af689d 100644
--- a/ranger/defaults/keys.py
+++ b/ranger/defaults/keys.py
@@ -231,6 +231,7 @@ def initialize_taskview_commands(command_list):
 	"""Initialize the commands for the TaskView widget"""
 	bind, hint, alias = make_abbreviations(command_list)
 	_basic_movement(command_list)
+	_vimlike_aliases(command_list)
 	_system_functions(command_list)
 
 	# -------------------------------------------------- (re)move tasks
le='author hut <hut@lavabit.com> 2010-01-13 05:51:27 +0100 committer hut <hut@lavabit.com> 2010-01-13 05:51:27 +0100 updated pydoc documentation' href='/akspecs/ranger/commit/doc/pydoc/ranger.ext.openstruct.html?h=v1.5.4&id=b3556b21e23eb3381b220e0d3319d94b3a89e0ac'>b3556b21 ^
f07bb12f ^







34a60763 ^
f07bb12f ^









34a60763 ^
f07bb12f ^




















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