Skip to content

Commit

Permalink
bind ctrl-k to kill-line
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Feb 17, 2020
1 parent 0315138 commit cfc0219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leth"
version = "0.1.0"
version = "0.1.1"
authors = ["fcd <[email protected]>"]
edition = "2018"

Expand Down
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use skim::{Skim, SkimOptionsBuilder};
pub fn main() {
let options = SkimOptionsBuilder::default()
.multi(true)
.bind(vec!["ctrl-k:kill-line"])
.build()
.unwrap();

Expand Down

0 comments on commit cfc0219

Please sign in to comment.