Skip to content

Instantly share code, notes, and snippets.

@flatcap
Created January 13, 2026 13:28
Show Gist options
  • Select an option

  • Save flatcap/1379dd17b362daf96e2f68933c795c84 to your computer and use it in GitHub Desktop.

Select an option

Save flatcap/1379dd17b362daf96e2f68933c795c84 to your computer and use it in GitHub Desktop.
binding
unbind index,pager L
macro index,pager Lt "<enter-command>echo Lt<enter>"
macro index,pager Ld "<enter-command>echo Ld<enter>"
unbind index,pager,generic L
macro index,pager Lt "<enter-command>echo Lt<enter>"
macro index,pager Ld "<enter-command>echo Ld<enter>"
unmacro index,pager L
macro index,pager Lt "<enter-command>echo Lt<enter>"
macro index,pager Ld "<enter-command>echo Ld<enter>"
unmacro index,pager,generic L
macro index,pager Lt "<enter-command>echo Lt<enter>"
macro index,pager Ld "<enter-command>echo Ld<enter>"
@flatcap
Copy link
Author

flatcap commented Jan 13, 2026

  • m1 errors
  • b1 only works in the Pager
  • m2 errors
  • b2 works in both Index and Pager

@flatcap
Copy link
Author

flatcap commented Jan 13, 2026

m1, m2 show:

Binding 'Lt' will alias 'L' Before, try: 'bind index L noop' https://neomutt.org/guide/configuration.html#bind-warnings
Binding 'Lt' will alias 'L' Before, try: 'bind pager L noop' https://neomutt.org/guide/configuration.html#bind-warnings

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment