summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index ae3df136..f2ed4d42 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -256,7 +256,6 @@ fn main() -> error::Result<()> {
}
}
// TODO: [SEARCH] Rename "simple" search to just... search without cases...
- KeyCode::Char('s') => app.toggle_ignore_case(),
KeyCode::Char('a') => app.skip_cursor_beginning(),
KeyCode::Char('e') => app.skip_cursor_end(),
_ => {}