mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
added loccur, use C-o for this
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
regexp-history)
|
regexp-history)
|
||||||
(call-interactively 'occur))
|
(call-interactively 'occur))
|
||||||
|
|
||||||
|
(use-package loccur
|
||||||
|
:bind
|
||||||
|
(("C-o" . loccur-current)))
|
||||||
|
|
||||||
(provide 'init-occur)
|
(provide 'init-occur)
|
||||||
;;; init-occur.el ends here
|
;;; init-occur.el ends here
|
||||||
|
|||||||
@@ -105,7 +105,8 @@ to next buffer otherwise."
|
|||||||
|
|
||||||
;; M-o doesn't work when using emacs via Win->RDP->VNC->X11->Xmonad,
|
;; M-o doesn't work when using emacs via Win->RDP->VNC->X11->Xmonad,
|
||||||
;; so fall back to C-o.
|
;; so fall back to C-o.
|
||||||
(global-set-key (kbd "C-o") 'other-window-or-switch-buffer)
|
;; I'm not using windows anymore
|
||||||
|
;; (global-set-key (kbd "C-o") 'other-window-or-switch-buffer)
|
||||||
|
|
||||||
;; Use only in X11 emacs - setting M-O inside console causes <up> and
|
;; Use only in X11 emacs - setting M-O inside console causes <up> and
|
||||||
;; <down> to stop working properly, for whatever reasons.
|
;; <down> to stop working properly, for whatever reasons.
|
||||||
|
|||||||
Reference in New Issue
Block a user