index
:
helix-ext
dependabot/cargo/rust-dependencies-1a67a7dde4
gh-pages
master
patches
v23.10.2
[contrib] fork of the helix editor, with various inactive and rejected patches applied
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
helix-term
/
src
/
commands.rs
Commit message (
Collapse
)
Author
Age
*
ui: buffer picker on ctrl-b
Blaž Hrastnik
2020-12-21
|
*
fix change -> change -> undo -> change -> undo -> undo.
Blaž Hrastnik
2020-12-21
|
*
fix: undo/redo selection handling.
Blaž Hrastnik
2020-12-21
|
*
picker: Factor out file picker, we want to reuse code for other pickers.
Blaž Hrastnik
2020-12-18
|
*
File picker mockup, reuses the line editor work done on Prompt.
Blaž Hrastnik
2020-12-17
|
*
Add an :o open command.
Blaž Hrastnik
2020-12-16
|
*
Make the select prompt interactive.
Blaž Hrastnik
2020-12-15
|
*
prompt: make the callback a FnOnce.
Blaž Hrastnik
2020-12-15
|
*
split_selection
Blaž Hrastnik
2020-12-14
|
*
wip: Use prompt for interactive commands.
Blaž Hrastnik
2020-12-14
|
*
Move ui modules under a ui:: namespace.
Blaž Hrastnik
2020-12-13
|
*
wip: Getting the new prompt to render in a new layer.
Blaž Hrastnik
2020-12-11
|
*
move commands and keymap back to terminal.
Blaž Hrastnik
2020-12-10
|
|
|
|
|
Command needs to be able to deal with UI. We'll separate it again later on.
*
Split parts of helix-term into helix-view.
Blaž Hrastnik
2020-09-21
|
|
|
|
|
It still largely depends on term for some types but I plan to change that later.
*
Command needs access to view information for certain changes.
Blaž Hrastnik
2020-09-19