From 7ef4f29cf11ea4bb190ced019fb2a576327af654 Mon Sep 17 00:00:00 2001 From: noa Date: Fri, 10 Jan 2025 17:21:33 +0800 Subject: Give up on standardised keybindings --- emacs/init.el | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 707af1a..32f7bd0 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -26,26 +26,6 @@ :custom (gcmh-mode t)) -;;; Modern keybindings -;; A lot of people say that you get used to emacs keybindings over time, and this is true. But i find it hard to maintain two sets of keybindings in my head: those for emacs, and those for everything else. So i think that it's best to make emacs use the same bindings as everything else. For now, we do that with wakib mode. -(use-package wakib-keys - :disabled t - :ensure t - :custom - (wakib-keys t) - - :hook - ((after-change-major-mode . wakib-update-major-mode-map) - (menu-bar-update . wakib-update-minor-mode-maps)) - - :bind (:map isearch-mode-map - ("C-f" . isearch-repeat-forward) - ("C-S-f" . isearch-repeat-backward) - ("M-;" . isearch-repeat-forward) - ("M-:" . isearch-repeat-backward) - ("C-v" . isearch-yank-kill) - ("M-d" . isearch-delete-char))) - ;; It is often useful to be able to run a command while i am already in the process of running a command in the minibuffer. This is rarely two extended commands; usually it is completion. (use-package mb-depth :custom -- cgit 1.4.1-2-gfad0