Skip to content

Commit 67760d0

Browse files
committed
remove w as Quit
1 parent 17bcc41 commit 67760d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rio/src/screen/bindings/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,6 @@ pub fn platform_key_bindings() -> Vec<KeyBinding> {
823823
"h", ModifiersState::SUPER | ModifiersState::ALT; Action::HideOtherApplications;
824824
"m", ModifiersState::SUPER; Action::Minimize;
825825
"q", ModifiersState::SUPER; Action::Quit;
826-
"w", ModifiersState::SUPER; Action::Quit;
827826
"n", ModifiersState::SUPER; Action::WindowCreateNew;
828827
"t", ModifiersState::SUPER; Action::TabCreateNew;
829828
Tab, ModifiersState::CONTROL; Action::TabSwitchNext;

0 commit comments

Comments
 (0)