Remove conditional compilation

This commit is contained in:
Mattias Eriksson 2024-01-22 08:10:57 +01:00
parent 45dd5aa46e
commit c90b5f67e5
2 changed files with 6 additions and 17 deletions

View file

@ -61,7 +61,6 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
bind!([Ctrl, Shift], Q, WindowClose);
bind!([Ctrl, Shift], T, TabNew);
bind!([Ctrl, Shift], V, Paste);
#[cfg(target_family = "unix")]
bind!([Shift], Insert, PastePrimary);
bind!([Ctrl, Shift], W, TabClose);