We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2640c commit be23b16Copy full SHA for be23b16
src/app/files/key_bindings.rs
@@ -68,7 +68,9 @@ nest! {
68
69
pub alt_move_cursor_up: KeyCombination,
70
pub alt_move_cursor_down: KeyCombination,
71
+ #[allow(dead_code)]
72
pub alt_move_cursor_left: KeyCombination,
73
74
pub alt_move_cursor_right: KeyCombination,
75
76
pub go_back: KeyCombination,
src/app/startup/args.rs
@@ -67,6 +67,7 @@ pub enum ImportType {
67
pub struct ParsedArgs {
pub directory: PathBuf,
pub is_directory_from_env: bool,
pub command: Option<Command>,
pub should_save: bool
0 commit comments