diff options
-rw-r--r-- | ranger/core/actions.py | 2 |
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: |