Skip to content

Instantly share code, notes, and snippets.

@renegarcia
Created November 1, 2025 19:24
Show Gist options
  • Select an option

  • Save renegarcia/2f1b54df5baceba56eb18de9434832d4 to your computer and use it in GitHub Desktop.

Select an option

Save renegarcia/2f1b54df5baceba56eb18de9434832d4 to your computer and use it in GitHub Desktop.
Avoid tmux to remap home and end keys. Otherwise those keys are useless on cli applications like vim.
bind-key -n Home send Escape "OH"
bind-key -n End send Escape "OF"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment