diff --git a/src/main.rs b/src/main.rs index e3fc21e..3e374d4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -177,7 +177,7 @@ fn main() { Some(mat) => { exec_command(format!("tmux set-buffer {}", mat.text)); - if key == key.to_uppercase() { + if key != lower_key { paste = true; }