diff --git a/org/config/emacs.org b/org/config/emacs.org index e116bc4..a800273 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -8334,6 +8334,8 @@ Undefining some stuff to make keybind prefixes work correctly. "SPC" '(counsel-M-x :wk "M-x") "'" #'shell-pop + <> + <> <> <> @@ -8545,6 +8547,26 @@ My keybinds for my projects are prefixed by ~p~. | t | ivy-magit-todos | | | v | projectile-vc | | +** Tabs +:PROPERTIES: +:CUSTOM_ID: KeybindingsTabs-kx5gn8b0foj0 +:END: +Emacs has native tabs available, which can be interesting when working +on multiple projects at once between which we may want to switch. Tabs +allow the user not to have multiple frames while keeping the +advantages of having multiple frames. + +My keybinds are prefixed by ~SPC TAB~. +#+name: keybinds-tabs +| Key | Function | Description | +|-----+--------------+-------------| +| | | tabs | +| » | tab-next | | +| « | tab-previous | | +| n | tab-new | | +| N | tab-new-to | | +| r | tab-rename | | + ** Text :PROPERTIES: :CUSTOM_ID: Keybindings-Text-yf0cb4s0baj0