helix/helix-term/src
Omnikar 6da2174e14
Allow paste commands to take a count (#1261)
* Allow paste commands to take a count

* Call `.repeat` within iterator methods

* Implement counts for paste-replace
2021-12-14 17:49:29 +09:00
..
ui Fix panic when scrolling through completion popup (#1260) 2021-12-14 10:14:23 +09:00
application.rs Load alt default theme if true color is not supported 2021-12-14 00:47:18 +09:00
args.rs Implement `hx --tutor` and `:tutor` to load `tutor.txt` (#898) 2021-10-28 10:23:46 +09:00
commands.rs Allow paste commands to take a count (#1261) 2021-12-14 17:49:29 +09:00
compositor.rs Macros (#1234) 2021-12-12 21:16:48 +09:00
config.rs Launch with defaults upon invalid config/theme (#982) 2021-11-07 00:57:14 +09:00
job.rs Drop some &mut bounds where & would have sufficed 2021-09-06 15:25:46 +09:00
keymap.rs Macros (#1234) 2021-12-12 21:16:48 +09:00
lib.rs Assume true color support on Windows 2021-12-14 00:48:45 +09:00
main.rs revert log truncation (#895) (#1130) 2021-11-19 13:26:39 +09:00