mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-08 15:30:37 +00:00
Fix auto paste
This commit is contained in:
parent
6457b4feb3
commit
892d5e3adf
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user