Merge remote-tracking branch 'upstream/master' into primary

This commit is contained in:
Mattias Eriksson 2024-03-04 07:56:36 +01:00
commit 63503d53bd
47 changed files with 3639 additions and 1073 deletions

View file

@ -70,6 +70,7 @@ pub fn key_binds() -> HashMap<KeyBind, Action> {
bind!([Ctrl, Shift], Key::Character("V".into()), Paste);
bind!([Shift], Key::Named(Named::Insert), PastePrimary);
bind!([Ctrl, Shift], Key::Character("W".into()), TabClose);
bind!([Ctrl], Key::Character(",".into()), Settings);
// Ctrl+Alt+D splits horizontally, Ctrl+Alt+R splits vertically, Ctrl+Shift+X maximizes split
//TODO: Adjust bindings as desired by UX