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

Reset mode when changing buffers #5072

Commits on Dec 8, 2022

  1. Reset mode when changing buffers

    This is similar to the change in
    e4c9d40: reset the editor to normal
    mode when changing buffers. Usually the editor is already in normal
    mode but it's possible to setup insert-mode keybindings that change
    buffers.
    the-mikedavis committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    1c399e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

  1. Move normal mode entering code to Editor

    This should be called internally in the Editor when changing documents
    (Editor::switch) or changing focuses (Editor::focus).
    the-mikedavis committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4e09497 View commit details
    Browse the repository at this point in the history