From 5d640784c5bfa99d9a13b67fdcbbcba214f191ab Mon Sep 17 00:00:00 2001 From: noa Date: Tue, 17 Sep 2024 10:38:23 +0800 Subject: Remove unused smartscan configuration --- emacs/init.el | 9 --------- 1 file changed, 9 deletions(-) (limited to 'emacs/init.el') diff --git a/emacs/init.el b/emacs/init.el index 6ec870d..731609b 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -775,15 +775,6 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." (global-set-key (kbd "M-o") 'other-window) (global-set-key (kbd "C-x k") 'kill-current-buffer) -;; Smart scan -;; This is a nice package to easily jump between identical things at point, like the * operator in vim. I disabled it because i'm trying out using the same keybindings to jump between compile mode errors. - -;; (use-package smartscan) -;; (global-set-key (kbd "M-n") #'smartscan-symbol-go-forward) -;; (global-set-key (kbd "M-p") #'smartscan-symbol-go-backward) -;; (global-set-key (kbd "M-n") #'next-error) -;; (global-set-key (kbd "M-p") #'previous-error) - ;; Jef Raskin's leap ;; As a concept, i really like the canon cat. As described [[https://news.ycombinator.com/item?id=33286408][here]], it has two leap keys to navigate the buffer. [[https://dercuano.github.io/notes/eink-design.html][According to Kragen Javier Sitaker]], you could move side to side with the arrow keys, but not up and down. The idea was that any up and down movement would be better served by incremental search. This is something that i want to explore. -- cgit 1.4.1-2-gfad0