Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Better link to Matrix | Blaž Hrastnik | 2021-06-05 |
| | |||
* | Don't panic on empty file/buffer (#108) | notoria | 2021-06-05 |
| | |||
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 |
| | | | | | | | * init * wip * wip | ||
* | Address clippy lint | Blaž Hrastnik | 2021-06-05 |
| | |||
* | Add home-end keymaps, (as kakoune/vim do) (#83) | Antoni Stevenet | 2021-06-05 |
| | | | | | | | | | | | * add home-end keymaps * implement extend methods for extend_line_start, extend_line_end * add home-end mappings to keymaps.md * add ^-$ extend mappings for extend mode * pass cargo linter | ||
* | syntax: Build C++ grammars as c++14 | Blaž Hrastnik | 2021-06-05 |
| | | | | | | The haskell grammar requires at last c++14 to build. Fixes #117 | ||
* | syntax: Disable explicit debug/opt_level passing | Blaž Hrastnik | 2021-06-05 |
| | | | | | | cc-rs will already do the right thing and figure out the flags. Fixes #34 | ||
* | Restored haskell syntax | Corey Powell | 2021-06-04 |
| | | | | It seems to work | ||
* | Rust: Highlight crate namespace, categorize `mut` | notoria | 2021-06-04 |
| | |||
* | Replace ^/$ with gh/gl | notoria | 2021-06-04 |
| | |||
* | Implement gt/gm/gb, remap goto tYpe to gy | Blaž Hrastnik | 2021-06-04 |
| | |||
* | matchbrackets: Needs to render with the viewport offset | Blaž Hrastnik | 2021-06-04 |
| | |||
* | scroll: Fix the clamping | Blaž Hrastnik | 2021-06-04 |
| | |||
* | Try to detect language when document file path is set | Blaž Hrastnik | 2021-06-04 |
| | | | | Fixes #91 | ||
* | Exit select mode on delete_selection | Blaž Hrastnik | 2021-06-04 |
| | |||
* | Show file picker when directory passed as first arg | wojciechkepka | 2021-06-04 |
| | |||
* | Rust: Add keyword `async`, match the entire macro | notoria | 2021-06-04 |
| | |||
* | Remove swapfile | notoria | 2021-06-04 |
| | |||
* | Convert byte index to char index for `find` | notoria | 2021-06-04 |
| | |||
* | Remove select_all implementation | Egor Karavaev | 2021-06-04 |
| | |||
* | Fix panic paint mysterious matching pair | Ivan Tham | 2021-06-04 |
| | | | | | | When the matching pair is out of bounds it still paints it causing an out of bound panic. A dirty fix since it still have some issue, at least it does not panic now. | ||
* | Limit goto count | Kevin Sjöberg | 2021-06-03 |
| | | | | | Giving a goto count greater than the number of lines in the buffer would cause Helix to panic. | ||
* | Fix undo redo | Ivan Tham | 2021-06-03 |
| | | | | | | I missed the fast return. Fix #89 | ||
* | update keymap.md to include arrow keys for movement | Antoni Stevent | 2021-06-03 |
| | |||
* | use correct _extend methods, also remove unnecessary casts | Antoni Stevent | 2021-06-03 |
| | |||
* | Add up/right/left/down arrow keymaps, similar to kakoune | Antoni Stevent | 2021-06-03 |
| | |||
* | Avoid theoretical underflow. | Jakub Bartodziej | 2021-06-03 |
| | |||
* | Clean up leftover log. | Jakub Bartodziej | 2021-06-03 |
| | |||
* | Improve on the fix for deleting from the end of the buffer. | Jakub Bartodziej | 2021-06-03 |
| | |||
* | Disable deleting from an empty buffer which can cause a crash. | Jakub Bartodziej | 2021-06-03 |
| | |||
* | key is now modified in place at start of handle_event | Jan Hrastnik | 2021-06-03 |
| | |||
* | key_canonicalization now only matches chars | Jan Hrastnik | 2021-06-03 |
| | |||
* | put the key canonicalization in a seperate function. only chars now get ↵ | Jan Hrastnik | 2021-06-03 |
| | | | | stripped of Shift modifier | ||
* | removed shift matching | Jan Hrastnik | 2021-06-03 |
| | |||
* | Merge pull request #92 from bfredl/clangd | Blaž Hrastnik | 2021-06-03 |
|\ | | | | | LSP: add clangd as server for c/c++ | ||
| * | LSP: add clangd as server for c/c++ | Björn Linse | 2021-06-03 |
| | | |||
* | | Merge pull request #80 from notoria/highlight | Blaž Hrastnik | 2021-06-03 |
|\ \ | | | | | | | Highlight matching brackets | ||
| * | | Highlight matching brackets | notoria | 2021-06-03 |
| |/ | |||
* | | Merge pull request #77 from notoria/match_brackets | Blaž Hrastnik | 2021-06-03 |
|\ \ | |/ |/| | Fix match_brackets::find | ||
| * | Fix match_brackets::find | notoria | 2021-06-03 |
| | | |||
* | | Fix cursor not showing on (0, 0) | Blaž Hrastnik | 2021-06-03 |
| | | |||
* | | Merge pull request #64 from pickfire/log | Blaž Hrastnik | 2021-06-03 |
|\ \ | |/ |/| | Default log file to cache | ||
| * | Default log file to cache | Ivan Tham | 2021-06-03 |
|/ | |||
* | Merge pull request #66 from IceDragon200/replaced-args-parser | Blaž Hrastnik | 2021-06-03 |
|\ | | | | | Drop pico-args in favour of a hand rolled parser | ||
| * | Refactored parse_args loop | Corey Powell | 2021-06-02 |
| | | | | | | | | Thanks @PabloMansanet | ||
| * | Dropped pico-args in favour of a simpler hand roller parser | Corey Powell | 2021-06-02 |
| | | | | | | | | Not the greatest looking, but it gets the job done | ||
* | | Nix: add lldb to shell | Blaž Hrastnik | 2021-06-03 |
| | | |||
* | | Clippy lint | Blaž Hrastnik | 2021-06-03 |
| | | |||
* | | Fix split sizes getting out of sync with the terminal size, refs #69 | Blaž Hrastnik | 2021-06-03 |
| | | |||
* | | Merge pull request #70 from RLHerbert/master | Blaž Hrastnik | 2021-06-03 |
|\ \ | |/ |/| | Fix panic when buffer larger than terminal width |