Update keybinds

This commit is contained in:
2026-03-12 09:46:25 +01:00
parent d26e2dbce6
commit b4b6a204b1

View File

@@ -204,7 +204,7 @@
(bind-key "M-1" 'delete-other-windows) (bind-key "M-1" 'delete-other-windows)
(bind-key "C-M-1" 'delete-other-windows) (bind-key "C-M-1" 'delete-other-windows)
(bind-key "M-0" 'delete-window) (bind-key "M-0" 'delete-window)
(bind-key "C-S" 'save-buffer) (bind-key "M-S" 'save-buffer)
(global-set-key (kbd "<f12>") 'menu-bar-mode) (global-set-key (kbd "<f12>") 'menu-bar-mode)
@@ -287,7 +287,7 @@
:bind (("C-x b" . ivy-switch-buffer) :bind (("C-x b" . ivy-switch-buffer)
("<f1>" . ivy-switch-buffer) ("<f1>" . ivy-switch-buffer)
("C-c C-r" . ivy-resume) ("C-c C-r" . ivy-resume)
("C-M-s" . swiper))) ("M-F" . swiper)))
;; ivy-rich makes Ivy look a little bit more like Helm. ;; ivy-rich makes Ivy look a little bit more like Helm.
(use-package ivy-rich (use-package ivy-rich