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
/
keymap.rs
Commit message (
Collapse
)
Author
Age
...
*
Implement most of the view mode (z).
Blaž Hrastnik
2021-04-14
|
*
Keep primary selection as space+space.
Blaž Hrastnik
2021-04-09
|
*
N as extend with search (for now, N should be search_prev).
Blaž Hrastnik
2021-04-09
|
*
Implement P as paste_before.
Blaž Hrastnik
2021-04-07
|
*
Move pickers under my leader key mode (space).
Blaž Hrastnik
2021-03-30
|
*
Repeat insert command (.).
Blaž Hrastnik
2021-03-30
|
*
Store intra-files jumps (goto) on the jumplist.
Blaž Hrastnik
2021-03-29
|
*
Replace Mode::Goto with just using on_next_key.
Blaž Hrastnik
2021-03-29
|
*
wip: Hooks & trigger characters for completion/signature_help.
Blaž Hrastnik
2021-03-24
|
*
Trivial jumplist implementation.
Blaž Hrastnik
2021-03-24
|
*
Implement m / match_brackets (using tree sitter).
Blaž Hrastnik
2021-03-22
|
*
Implement open_above (O).
Blaž Hrastnik
2021-03-22
|
*
Implement replace command (r<key>).
Blaž Hrastnik
2021-03-22
|
*
wip
Jan Hrastnik
2021-03-16
|
*
minor: TODO comment cleanup
Blaž Hrastnik
2021-03-16
|
*
Add command for keeping only the primary selection.
Blaž Hrastnik
2021-03-15
|
*
Implement keep_selections (filter selections on regex).
Blaž Hrastnik
2021-03-15
|
*
Implement the f/t/F/T find/till family of commands.
Blaž Hrastnik
2021-03-11
|
*
find-till (f) prototype, on_next_key mode implementation.
Blaž Hrastnik
2021-03-11
|
*
minor: fix hover key
Blaž Hrastnik
2021-03-02
|
*
commands: Implement X as extend line.
Blaž Hrastnik
2021-03-01
|
*
Add a selection mode again.
Blaž Hrastnik
2021-03-01
|
*
commands: Implement join_selections.
Blaž Hrastnik
2021-02-26
|
*
commands: = as range formatting (via lsp)
Blaž Hrastnik
2021-02-26
|
*
lsp: Hover documentation draft.
Blaž Hrastnik
2021-02-25
|
*
commands: Implement expand_selection.
Blaž Hrastnik
2021-02-22
|
*
commands: add * as selection search.
Blaž Hrastnik
2021-02-22
|
*
commands: Wire up toggle comments as ctrl-c
Blaž Hrastnik
2021-02-19
|
*
search: Barebones implementation.
Blaž Hrastnik
2021-02-12
|
*
Finally: Retain horizontal position when moving vertically.
Blaž Hrastnik
2021-02-12
|
*
commands: % as select_all.
Blaž Hrastnik
2021-02-09
|
*
A dumb "next view" implementation that works.
Blaž Hrastnik
2021-02-04
|
*
commands: Implement select_on_matches.
Blaž Hrastnik
2021-01-22
|
*
commands: add W and B (extend selection by word).
Blaž Hrastnik
2021-01-22
|
*
Retrieve completion options on ctrl-x.
Blaž Hrastnik
2020-12-23
|
*
ui: buffer picker on ctrl-b
Blaž Hrastnik
2020-12-21
|
*
File picker mockup, reuses the line editor work done on Prompt.
Blaž Hrastnik
2020-12-17
|
*
split_selection
Blaž Hrastnik
2020-12-14
|
*
wip: Use prompt for interactive commands.
Blaž Hrastnik
2020-12-14
|
*
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
|
*
Add 'A', 'I' commands.
Blaž Hrastnik
2020-09-13
|
*
Add 'o' command.
Blaž Hrastnik
2020-09-13
|
*
tree-sitter based syntax highlighting draft
Blaž Hrastnik
2020-09-10
|
*
append mode
Blaž Hrastnik
2020-09-07
|
*
Work on insert mode.
Blaž Hrastnik
2020-09-07
|
*
remove unused import
Jan Hrastnik
2020-06-24
|
*
added cursor rendering
Jan Hrastnik
2020-06-24
|
*
Refactor editor module to use state + keymap.
Blaž Hrastnik
2020-06-16
|
[prev]
[next]