emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pushing the mark from a primitive like goto-char


From: Howard Melman
Subject: Re: Pushing the mark from a primitive like goto-char
Date: Wed, 30 Dec 2020 21:43:22 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (darwin)

martin rudalics <rudalics@gmx.at> writes:

>>> BTW, is there a reason why 'goto-map' is so terribly unpopulated?
>>
>> Do you have any ideas for what to add?

FWIW I do:

(global-set-key (kbd "M-g d")           'dired-jump)
(global-set-key (kbd "M-g b")           'ibuffer-jump)
(global-set-key (kbd "M-g f")           'reveal-in-finder) ;custom mac command
(global-set-key (kbd "M-g s")           'shell) ; eshell?
(global-set-key (kbd "M-g i")           'consult-imenu)
(global-set-key (kbd "M-g M-i") 'imenu-anywhere)
(global-set-key (kbd "M-g t")           'move-to-window-line-top-bottom) 

-- 

Howard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]