From 77231c8a20cc80ae930f9fe082294f927a8678d7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 18 Dec 2022 17:07:37 +0100 Subject: [PATCH] [Emacs] Add native Emacs tabs keybinds to global prefix --- org/config/emacs.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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