help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Cannot set some keys in tabulated-list-mode


From: Emanuel Berg
Subject: Re: Cannot set some keys in tabulated-list-mode
Date: Sun, 09 May 2021 01:08:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Jean Louis wrote:

> I would like to use keys 'g' and 'h' in tabulated-list-mode but that
> seem not to work, maybe few other keys too.

Works for me:

  (define-key tabulated-list-mode-map "h" #'beginning-of-line)
  (define-key tabulated-list-mode-map "g" #'end-of-line)

  (tabulated-list-mode)

?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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