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