summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/core/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/core/actions.py b/ranger/core/actions.py
index b40febc8..480200d5 100644
--- a/ranger/core/actions.py
+++ b/ranger/core/actions.py
@@ -443,7 +443,7 @@ class Actions(EnvironmentAware, SettingsAware):
 			name = self.current_tab
 		if name == self.current_tab:
 			previous = self.current_tab
-			self.tab_move(-1)
+			self.tab_move(1)
 			if previous == self.current_tab:
 				return  # can't close last tab
 		if name in self.tabs:
ik.com> 2021-04-16 20:26:56 -0700 .' href='/akkartik/mu/commit/ex3.mu?h=hlt&id=f774677854ca2f0affcccb362fb2c6b1c407df44'>f7746778 ^
be87d723 ^



7bf8adb8 ^
be87d723 ^


1a43d12b ^
be87d723 ^

74f1512f ^
be87d723 ^
74f1512f ^
be87d723 ^







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