summaryrefslogtreecommitdiffstats
path: root/src/commands
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2020-12-30 20:28:02 -0500
committerJiayi Zhao <jeff.no.zhao@gmail.com>2020-12-30 20:49:23 -0500
commit20944f0d9d04c02b7583abc852c6c7ae005c5fd2 (patch)
treef524b47c0e655f581b39cf134d3146d1507b836a /src/commands
parent686addba8582836762cd70c347f92abe7c26f661 (diff)
add support for scrolling on different columns
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/key_command.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commands/key_command.rs b/src/commands/key_command.rs
index 967bf2d..ff496cc 100644
--- a/src/commands/key_command.rs
+++ b/src/commands/key_command.rs
@@ -31,6 +31,9 @@ pub enum KeyCommand {
ParentCursorMoveUp(usize),
ParentCursorMoveDown(usize),
+ // ChildCursorMoveUp(usize),
+ // ChildCursorMoveDown(usize),
+
DeleteFiles,
NewDirectory(path::PathBuf),
OpenFile,