summaryrefslogtreecommitdiffstats
path: root/src/browser/browser_state.rs
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-10-22 13:18:47 +0200
committerCanop <cano.petrole@gmail.com>2020-10-22 13:18:47 +0200
commit9500f3cfbf2e6200b8a106d9d2e322cea3b07a2f (patch)
treeff6f9808cf9aca2cc5635d07954b6d1127185591 /src/browser/browser_state.rs
parent381957355b14ff3e3fc61ed44b965ce67e37fe58 (diff)
handle opening trees in filesystems view on ctrl-left and ctrl-right
Diffstat (limited to 'src/browser/browser_state.rs')
-rw-r--r--src/browser/browser_state.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/browser/browser_state.rs b/src/browser/browser_state.rs
index 9adec76..61a1591 100644
--- a/src/browser/browser_state.rs
+++ b/src/browser/browser_state.rs
@@ -355,7 +355,7 @@ impl AppState for BrowserState {
HDir::Right,
)
} else {
- // we ask the app to focus the panel to the left
+ // we ask the app to focus the panel to the right
AppStateCmdResult::HandleInApp(Internal::panel_right)
}
}