diff --git a/Cargo.lock b/Cargo.lock index 0ac9b20..dfa2fd6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1117,7 +1117,7 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "xplr" -version = "0.2.7" +version = "0.2.8" dependencies = [ "criterion", "crossterm", diff --git a/Cargo.toml b/Cargo.toml index 2cf18ca..ae56d0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xplr" -version = "0.2.7" # Update app.rs +version = "0.2.8" # Update app.rs authors = ["Arijit Basu "] edition = "2018" description = "An experimental, minimal, configurable TUI file explorer, stealing ideas from nnn and fzf." diff --git a/src/app.rs b/src/app.rs index 79d94d9..ef9e389 100644 --- a/src/app.rs +++ b/src/app.rs @@ -11,7 +11,7 @@ use std::collections::VecDeque; use std::fs; use std::path::PathBuf; -pub const VERSION: &str = "v0.2.7"; // Update Cargo.toml +pub const VERSION: &str = "v0.2.8"; // Update Cargo.toml pub const TEMPLATE_TABLE_ROW: &str = "TEMPLATE_TABLE_ROW"; diff --git a/src/config.rs b/src/config.rs index c79d142..b2685e2 100644 --- a/src/config.rs +++ b/src/config.rs @@ -341,6 +341,11 @@ impl Default for KeyBindings { help: cancel & quit messages: - Terminate + + ctrl-c: + help: cancel & quit + messages: + - Terminate "###, ) .unwrap();