You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/helix-view/src
Michael Davis cdc54f50a2
Reset mode when changing buffers (#5072)
* Reset mode when changing buffers

This is similar to the change in
e4c9d4082a139aac3aea4506918171b96e81f5b9: 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.

* 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).
2 years ago
..
handlers feat(csharp,debug): add C# debugger support (#4213) 2 years ago
base64.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
clipboard.rs Use OSC 52 for tmux copy (#5027) 2 years ago
document.rs Show (git) diff signs in gutter (#3890) 2 years ago
editor.rs Reset mode when changing buffers (#5072) 2 years ago
env.rs Use OSC 52 as a fallback for setting the system clipboard (#3220) 2 years ago
graphics.rs Resolve a bunch of upcoming clippy lints 2 years ago
gutter.rs Show (git) diff signs in gutter (#3890) 2 years ago
info.rs fix: remove unneeded allocations when calling helix_view::Info::new 2 years ago
input.rs Handle disambiguated keycodes (#4887) 2 years ago
keyboard.rs Handle disambiguated keycodes (#4887) 2 years ago
lib.rs Apply transactions to all views (#4733) 2 years ago
macros.rs Apply transactions to all views (#4733) 2 years ago
theme.rs commands: Make no arg ':theme' show name (#3740) 2 years ago
tree.rs When buffer closes, focus on parent buffer (#4766) 2 years ago
view.rs fix: align view after jumplist_picker (#3743) 2 years ago