feat(config): Add Centaur tabs keybindings for
Meow mode Enable tabs module and add keybindings for navigating Centaur tabs in Meow normal state. Map leader + w h/l to move backward/forward between tabs. Also disable everywhere and rss modules to streamline configuration.
This commit is contained in:
@@ -138,6 +138,14 @@ Thisenables the feature of auto-expanding snippets when matching the pattern
|
||||
|
||||
#+RESULTS:
|
||||
: t
|
||||
*** Centaur tabs
|
||||
#+begin_src emacs-lisp
|
||||
(map! :map meow-normal-state-keymap
|
||||
:leader "w l" 'centaur-tabs-forward)
|
||||
(map! :map meow-normal-state-keymap
|
||||
:leader "w h" 'centaur-tabs-backward)
|
||||
|
||||
#+end_src
|
||||
|
||||
** Lang
|
||||
*** Typst
|
||||
|
||||
Reference in New Issue
Block a user