helix/helix-term/src
A-Walrus 9c627c65e5
Improve error handling for config-reload (#3668)
* Don't change config to default when refreshing invalid config

* Propely handle theme errors with config-reload

* Extract refresh theme into seperate function
2022-09-10 22:32:49 +09:00
..
commands Switch to Result for invalid language 2022-09-10 22:23:38 +09:00
keymap Remove default insert mode movement bindings 2022-09-08 17:36:04 -05:00
ui Add text to language completer 2022-09-10 22:23:38 +09:00
application.rs Improve error handling for config-reload (#3668) 2022-09-10 22:32:49 +09:00
args.rs add a CLI flag for specifying config file location (#2666) 2022-08-04 13:05:52 +09:00
commands.rs fix: View needs to retain the original scroll offset on split 2022-09-05 11:58:00 +09:00
compositor.rs Add bracketed paste (#3233) 2022-08-29 09:48:49 +09:00
config.rs Move top level lsp config to editor.lsp (#1868) 2022-03-28 10:11:52 +09:00
health.rs Show clipboard info in --health output (#2947) 2022-09-01 01:23:45 +09:00
job.rs fix(command): write-quit: do not quit if write fails 2022-06-18 23:57:47 -04:00
keymap.rs Reuse menu::Item trait in picker (#2814) 2022-07-02 13:21:27 +02:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs Show clipboard info in --health output (#2947) 2022-09-01 01:23:45 +09:00