Random emacs tips

1 ยท Shane Mulligan ยท Oct. 23, 2019, 11 a.m.
Just a glimpse into the kinds of things I am recording in my notes. Help key โ€“ interpretted by emacs, not tmux This is because you would have to modify both terminfo and tmux c source to get the help key this way. It was simply easier to intercept the raw ansi in emacs and translate it. (define-key key-translation-map (kbd "C-M-]") (kbd "<help>")) kb tr <C-M-]> <help> Multiple actions as single undo entry https://www....