From 1e452164dcbc02e4106fc2f90aa02580cf3449e8 Mon Sep 17 00:00:00 2001 From: The Flying Rapist Date: Sat, 17 Jan 2015 12:58:46 +0900 Subject: Less invasive default parameter. --- ranger/core/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ranger/core/actions.py b/ranger/core/actions.py index ed3f7598..9db80f6b 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -1066,7 +1066,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): if not i in self.tabs: return self.tab_open(i, path) - def tab_switch(self, path, create_directory=True): + def tab_switch(self, path, create_directory=False): """Switches to tab of given path, opening a new tab as necessary. If path does not exist, it is treated as a directory. -- cgit 1.4.1-2-gfad0 /option> mirror of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
summary refs log tree commit diff stats
path: root/config/binds.conf
blob: 1102c21494b338b3ca4234802616b63c273d5d47 (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
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