general keybindings (#775)

* general keybindings

* get value function

* check error for keybinding

* cmd and send for keybingins

* better error message
This commit is contained in:
Fernando Herrera
2022-01-19 13:28:08 +00:00
committed by GitHub
parent 73ad862042
commit 6514a30b5d
6 changed files with 277 additions and 217 deletions

View File

@ -220,7 +220,7 @@ pub fn action(
},
Value::Filesize { val: _, .. } => Value::String {
val: input.clone().into_string(", ", config),
val: input.into_string(", ", config),
span,
},
Value::Nothing { .. } => Value::String {