Remove conditional compilation
This commit is contained in:
parent
45dd5aa46e
commit
c90b5f67e5
2 changed files with 6 additions and 17 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue