Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: key bindings for urxvt, add home/end combinations #396

Merged
merged 6 commits into from
Oct 3, 2022

Commits on Oct 2, 2022

  1. Fix home/end on vt100

    knz authored and muesli committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    af855e7 View commit details
    Browse the repository at this point in the history
  2. Reorganize key.go for clarity

    knz authored and muesli committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    ffb9629 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa19b27 View commit details
    Browse the repository at this point in the history
  4. Add missing alt+ variant for F5-F12 on urxvt

    knz authored and muesli committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    3433f06 View commit details
    Browse the repository at this point in the history
  5. Add missing alt+ variant for F13-F16

    knz authored and muesli committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    a321752 View commit details
    Browse the repository at this point in the history
  6. Reorder the function keys in key.go for better troubleshootability

    Here the list of keys did not change, I simply re-ordered the lines
    in the file.
    knz authored and muesli committed Oct 2, 2022
    Configuration menu
    Copy the full SHA
    96a6334 View commit details
    Browse the repository at this point in the history