Fix auto paste

This commit is contained in:
Ferran Basora 2019-02-27 21:55:04 +00:00
parent 6457b4feb3
commit 892d5e3adf

View File

@ -177,7 +177,7 @@ fn main() {
Some(mat) => { Some(mat) => {
exec_command(format!("tmux set-buffer {}", mat.text)); exec_command(format!("tmux set-buffer {}", mat.text));
if key == key.to_uppercase() { if key != lower_key {
paste = true; paste = true;
} }