Skip to content

Commit

Permalink
enable powershell shortcut for windows (close #220)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Oct 13, 2023
1 parent 503ae2b commit ae0ffd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rio/src/screen/bindings/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ pub fn platform_key_bindings() -> Vec<KeyBinding> {
"c", ModifiersState::CONTROL | ModifiersState::SHIFT,
+BindingMode::VI; Action::ClearSelection;
Insert, ModifiersState::SHIFT, ~BindingMode::VI; Action::PasteSelection;
Backspace, ModifiersState::CONTROL, ~BindingMode::VI, ~BindingMode::ALL_KEYS_AS_ESC; Action::Esc("\u{0017}".into());
"0", ModifiersState::CONTROL; Action::ResetFontSize;
"=", ModifiersState::CONTROL; Action::IncreaseFontSize;
"+", ModifiersState::CONTROL; Action::IncreaseFontSize;
Expand Down

0 comments on commit ae0ffd0

Please sign in to comment.