Skip to content

Commit 3656658

Browse files
authored
fix: Use closesplitortab instead of closecurrenttaborsplit (#929)
1 parent 186bd02 commit 3656658

File tree

1 file changed

+1
-1
lines changed
  • frontends/rioterm/src/bindings

1 file changed

+1
-1
lines changed

frontends/rioterm/src/bindings/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ impl From<String> for Action {
239239
"movecurrenttabtoprev" => Some(Action::MoveCurrentTabToPrev),
240240
"movecurrenttabtonext" => Some(Action::MoveCurrentTabToNext),
241241
"closetab" => Some(Action::TabCloseCurrent),
242-
"closecurrenttaborsplit" => Some(Action::CloseCurrentSplitOrTab),
242+
"closesplitortab" => Some(Action::CloseCurrentSplitOrTab),
243243
"closeunfocusedtabs" => Some(Action::TabCloseUnfocused),
244244
"openconfigeditor" => Some(Action::ConfigEditor),
245245
"selectprevtab" => Some(Action::SelectPrevTab),

0 commit comments

Comments
 (0)