helix/helix-term/src
A-Walrus c15f1ea274
Add cursorcolumn (#4084)
* Implement cursorcolumn

* Add documentation

* Separate column style from line with fallback

* Fallback to cursorcolumn first

* Switch to non-fallback try_get_exact

Add new function `try_get_exact`, which doesn't perform fallback,
and use that instead because the fallback behaviour is being handled
manually.
2022-10-09 03:28:42 +09:00
..
commands Change focus to modified docs on quit (#3872) 2022-10-04 00:07:21 +09:00
keymap Keep arrow and special keys in insert (#3915) 2022-10-04 00:08:15 +09:00
ui Add cursorcolumn (#4084) 2022-10-09 03:28:42 +09:00
application.rs Exit gracefully when close operation fails (#4081) 2022-10-04 00:35:42 +09:00
args.rs Add command line parameter to specify log file (#3807) 2022-09-20 16:11:30 +09:00
commands.rs Fix bugs in search wraparound message (#4101) 2022-10-04 16:49:43 -05: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 Improve keymap errors from command typos (#3931) 2022-09-22 09:30:42 +08:00
lib.rs Add refresh-config and open-config command (#1803) 2022-03-25 18:05:20 +09:00
main.rs Add command line parameter to specify log file (#3807) 2022-09-20 16:11:30 +09:00