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-term/src/ui
Blaž Hrastnik c955eaa6cd Revert "Improve dedent behavior, make kill_to_line_end behave like emacs (#1173)"
1. pressing o on a line with no indentation will open a new line as
   expected, but esc will then delete the line altogether

2. the kill_line behavior happens after insert mode changes are already
   commited to history, and the change isn't commited. pressing u after
   this will break highlighting & undo history

This reverts commit c08d2fae58.
3 years ago
..
completion.rs Ensure coords in screen depends on char width (#885) 3 years ago
editor.rs Revert "Improve dedent behavior, make kill_to_line_end behave like emacs (#1173)" 3 years ago
info.rs info component style config use ui.info ui.info.text (#643) 3 years ago
markdown.rs TODO 3 years ago
menu.rs fix: shift-tab mappings broken after efc2b4c7 3 years ago
mod.rs File picker config (#988) 3 years ago
picker.rs Added workspace_symbol_picker (#1041) 3 years ago
popup.rs Refactor keyevent handling using key, ctrl macros (#1058) 3 years ago
prompt.rs Readline style insert mode (#1039) 3 years ago
spinner.rs Add a `Spinner` 3 years ago
text.rs ui: Trigger recalculate_size per popup render so contents can readjust 3 years ago