Skip to content

Commit

Permalink
Add centaur tabs hotkeys for moving tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
themkat committed Sep 6, 2024
1 parent 05a9087 commit ce556ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,9 @@ Recently I also started using tabs with the centaur-tabs package:

:bind
(("C-x <left>" . centaur-tabs-backward-tab)
("C-x <right>" . centaur-tabs-forward-tab))
("C-x <right>" . centaur-tabs-forward-tab)
("C-z <left>" . centaur-tabs-move-current-tab-to-left)
("C-z <right>" . centaur-tabs-move-current-tab-to-right))

;; TODO: EXWM buffers
;; Disable tab bars in the below modes
Expand Down

0 comments on commit ce556ee

Please sign in to comment.