Enabled tab mode and added hotkeys

This commit is contained in:
Klotz
2025-09-03 10:04:56 +02:00
parent d50d4715df
commit 7d30ca2b09

View File

@ -3,6 +3,7 @@
(tooltip-mode -1)
(tool-bar-mode -1)
(scroll-bar-mode -1)
(tab-bar-mode 1)
(setq ring-bell-function 'ignore)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(setq make-backup-files nil)
@ -130,8 +131,11 @@
"gg" '(magit-status :whichkey "magit")
"o" '(:ignore o :which-key "open")
"ot" '(vterm :which-key "vterm")
"t" '(:ignore t :which-key "toggles")
"tt" '(counsel-load-theme :which-key "choose theme")
"t" '(:ignore t :which-key "tabs")
"tt" '(tab-new :which-key "new tab")
"tf" '(tab-bar-select-by-name :which-key "switch tab using name")
"tc" '(tab-close :which-key "close tab")
"tr" '(tab-rename :which-key "rename tab")
"p" '(projectile-command-map :which-key "projectile")
"b" '(:ignore b :which-key "buffers")
"bf" '(counsel-switch-buffer :which-key "find buffers")