Commit Graph

  • 8af5a9a5cf Remove swapfile notoria 2021-06-04 03:13:37 +0200
  • 33d37ec4f8 Rust: Add keyword `async`, match the entire macro notoria 2021-06-04 03:01:32 +0200
  • 1a86f3a4e7 Remove swapfile notoria 2021-06-04 03:13:37 +0200
  • f76f44c8af Convert byte index to char index for `find` notoria 2021-06-04 02:40:42 +0200
  • c0beb21ed2 Convert byte index to char index for `find` notoria 2021-06-04 02:40:42 +0200
  • d55419604c Remove select_all implementation Egor Karavaev 2021-06-03 19:48:59 +0300
  • 29b9eed33c Fix panic paint mysterious matching pair Ivan Tham 2021-06-04 01:46:32 +0800
  • 4982b2577e fix bug Shafkath Shuhan 2021-06-03 18:36:34 -0400
  • d1267e1957 undo uncessary changes Shafkath Shuhan 2021-06-03 17:32:47 -0400
  • 7c47cdec73 fix line counting + enabled the cursor going past the final character on the line Shafkath Shuhan 2021-06-03 17:23:45 -0400
  • 3a35949a44 fix cursor Shafkath Shuhan 2021-06-03 17:01:45 -0400
  • 8d2424890d fix #58 Shafkath Shuhan 2021-06-03 15:33:29 -0400
  • 03bb626a6c Improve space mode Dan Robertson 2021-06-03 14:56:05 -0400
  • 001f61f592 Fix panic paint mysterious matching pair Ivan Tham 2021-06-04 01:46:32 +0800
  • a42ba11f6c Merge remote-tracking branch 'upstream/master' Jakub Bartodziej 2021-06-03 14:03:29 -0400
  • 164b4dd7d2 fix #74 Shafkath Shuhan 2021-06-03 13:36:44 -0400
  • cf62c8c45e fix #73 Shafkath Shuhan 2021-06-03 13:26:38 -0400
  • f51fe9191d Merge branch 'master' of github.com:kirawi/helix into patch-01 Shafkath Shuhan 2021-06-03 13:06:17 -0400
  • b4e46f6342 Remove select_all implementation Egor Karavaev 2021-06-03 19:48:59 +0300
  • f63a678a56 saturating sub Shafkath Shuhan 2021-06-03 12:48:20 -0400
  • fdb5bfafae Limit goto count Kevin Sjöberg 2021-06-03 16:43:28 +0200
  • 6830e4c855 Restored haskell syntax Corey Powell 2021-06-01 14:44:03 -0500
  • e6132f0acd Fix undo redo Ivan Tham 2021-06-03 23:10:31 +0800
  • 3273085382 pass cargo linter Antoni Stevent 2021-06-03 17:15:07 +0200
  • 2aa130ac10 Fix undo redo Ivan Tham 2021-06-03 23:10:31 +0800
  • 5ebcd5e5e2
    Merge branch 'master' into home-end-keymaps Antoni Stevenet 2021-06-03 17:05:45 +0200
  • 102e369502 add ^-$ extend mappings for extend mode Antoni Stevent 2021-06-03 16:46:36 +0200
  • 57eef67527 Limit goto count Kevin Sjöberg 2021-06-03 16:43:28 +0200
  • 46c5380f86 add home-end mappings to keymaps.md Antoni Stevent 2021-06-03 16:39:25 +0200
  • 37bcff4fc2 implement extend methods for extend_line_start, extend_line_end Antoni Stevent 2021-06-03 16:35:24 +0200
  • ca841f7fb4 Merge remote-tracking branch 'upstream/master' Jakub Bartodziej 2021-06-03 10:32:23 -0400
  • ff7bf5ff48 deploy: 3071339cbc archseer 2021-06-03 14:24:40 +0000
  • 3071339cbc update keymap.md to include arrow keys for movement Antoni Stevent 2021-06-03 15:58:27 +0200
  • 27aee705e0 use correct _extend methods, also remove unnecessary casts Antoni Stevent 2021-06-03 15:52:50 +0200
  • f0fe558f38 Add up/right/left/down arrow keymaps, similar to kakoune Antoni Stevent 2021-06-02 20:00:43 +0200
  • 09a7db637e Avoid theoretical underflow. Jakub Bartodziej 2021-06-03 10:10:10 -0400
  • 31ed4db153 Clean up leftover log. Jakub Bartodziej 2021-06-03 09:46:49 -0400
  • 3c5dfb0633 Improve on the fix for deleting from the end of the buffer. Jakub Bartodziej 2021-06-03 09:44:16 -0400
  • 6cbc0aea92 Disable deleting from an empty buffer which can cause a crash. Jakub Bartodziej 2021-06-03 08:51:13 -0400
  • c1c3750d38 key is now modified in place at start of handle_event Jan Hrastnik 2021-06-03 15:26:24 +0200
  • daad8ebe12 key_canonicalization now only matches chars Jan Hrastnik 2021-06-03 12:39:44 +0200
  • 68abc67ec6 put the key canonicalization in a seperate function. only chars now get stripped of Shift modifier Jan Hrastnik 2021-06-03 12:14:02 +0200
  • 712f25c2b9 removed shift matching Jan Hrastnik 2021-06-02 22:45:36 +0200
  • 12927992c4 Avoid theoretical underflow. Jakub Bartodziej 2021-06-03 10:10:10 -0400
  • 816f202bd0 update keymap.md to include arrow keys for movement Antoni Stevent 2021-06-03 15:58:27 +0200
  • 12446b7c2f use correct _extend methods, also remove unnecessary casts Antoni Stevent 2021-06-03 15:52:50 +0200
  • 84d060710e Clean up leftover log. Jakub Bartodziej 2021-06-03 09:46:49 -0400
  • d07bd94642 Improve on the fix for deleting from the end of the buffer. Jakub Bartodziej 2021-06-03 09:44:16 -0400
  • 2508cb75a9 key is now modified in place at start of handle_event Jan Hrastnik 2021-06-03 15:26:24 +0200
  • abe8a83d8e
    Merge pull request #92 from bfredl/clangd Blaž Hrastnik 2021-06-03 22:23:20 +0900
  • a05fb95769
    Merge pull request #80 from notoria/highlight Blaž Hrastnik 2021-06-03 22:14:37 +0900
  • 74e4ac8d49
    Merge pull request #77 from notoria/match_brackets Blaž Hrastnik 2021-06-03 22:13:48 +0900
  • 0e6f007028 LSP: add clangd as server for c/c++ Björn Linse 2021-06-03 15:07:50 +0200
  • bd450935ca Disable deleting from an empty buffer which can cause a crash. Jakub Bartodziej 2021-06-03 08:51:13 -0400
  • bf31ea60e3 key_canonicalization now only matches chars Jan Hrastnik 2021-06-03 12:39:44 +0200
  • a39430e4c3 put the key canonicalization in a seperate function. only chars now get stripped of Shift modifier Jan Hrastnik 2021-06-03 12:14:02 +0200
  • 94c3362cba extend insert mode with up/down/right/left and home/end key mappings Antoni Stevent 2021-06-03 11:53:03 +0200
  • 56717c017a add home-end keymaps Antoni Stevent 2021-06-02 23:03:33 +0200
  • c3a98b6a3e Highlight matching brackets notoria 2021-06-03 11:03:46 +0200
  • 5bfa1c47df Add up/right/left/down arrow keymaps, similar to kakoune Antoni Stevent 2021-06-02 20:00:43 +0200
  • 4fe654cf9a Fix match_brackets::find notoria 2021-06-03 10:35:17 +0200
  • 661dbdca57 Fix cursor not showing on (0, 0) Blaž Hrastnik 2021-06-03 13:32:54 +0900
  • 5773bd6a40
    Merge pull request #64 from pickfire/log Blaž Hrastnik 2021-06-03 12:58:31 +0900
  • d664d1dec0 Default log file to cache Ivan Tham 2021-06-03 00:19:56 +0800
  • 7e8603247d
    Merge pull request #66 from IceDragon200/replaced-args-parser v0.0.9 Blaž Hrastnik 2021-06-03 10:32:42 +0900
  • 7140908f6e Nix: add lldb to shell Blaž Hrastnik 2021-06-03 10:31:33 +0900
  • 6dba1e7ec7 Clippy lint Blaž Hrastnik 2021-06-03 10:31:14 +0900
  • c0332bd935 Fix split sizes getting out of sync with the terminal size, refs #69 Blaž Hrastnik 2021-06-03 10:28:49 +0900
  • 3c7729906c
    Merge pull request #70 from RLHerbert/master Blaž Hrastnik 2021-06-03 10:28:14 +0900
  • 1b67fae9f4 Fix panic when buffer larger than terminal width Rowan Herbert 2021-06-02 16:30:40 -0700
  • 4f8f61b69e removed shift matching Jan Hrastnik 2021-06-02 22:45:36 +0200
  • f0018280cb Refactored parse_args loop Corey Powell 2021-06-02 14:24:08 -0500
  • 7202953e69 Dropped pico-args in favour of a simpler hand roller parser Corey Powell 2021-06-02 12:33:28 -0500
  • 7761c88d61
    Merge pull request #62 from pickfire/cell Corey Powell 2021-06-02 13:27:35 -0500
  • 68f5031dcc
    Merge pull request #49 from eleijonmarck/patch-1 Corey Powell 2021-06-02 13:15:32 -0500
  • 83031564db
    Merge pull request #57 from pickfire/fix-panic Corey Powell 2021-06-02 13:14:19 -0500
  • e9b1cba4b2 Allow for more verbosity. Joe Neeman 2021-06-02 11:11:03 -0500
  • 3afe6e03b1 Show file picker when directory passed as first arg wojciechkepka 2021-06-02 16:20:41 +0200
  • eab6e53511 Fix panic opening rust file Ivan Tham 2021-06-02 22:03:33 +0800
  • f5f46b1fed Separate document history into Cell Ivan Tham 2021-06-02 23:47:50 +0800
  • 5f49bafbe8
    Update README.md Eric Leijonmarck 2021-06-02 17:05:15 +0200
  • 2719a35123
    Merge pull request #55 from helix-editor/autoresize v0.0.8 Blaž Hrastnik 2021-06-02 22:45:43 +0900
  • 0a6672c626
    Merge pull request #50 from wojciechkepka/config Blaž Hrastnik 2021-06-02 22:43:28 +0900
  • b51111a364
    Merge pull request #21 from IceDragon200/elixir-syntax Blaž Hrastnik 2021-06-02 22:41:51 +0900
  • 78980f575b autoresize terminal in compositor render Jan Hrastnik 2021-06-02 15:40:08 +0200
  • 0bb375bafa Added missing tree-sitter-elixir submodule Corey Powell 2021-06-02 06:43:22 -0500
  • c960bcfc24
    Update README.md Eric Leijonmarck 2021-06-02 13:15:31 +0200
  • e88383d990 Use config_dir for logging, create config_dir Wojciech Kępka 2021-06-02 12:25:25 +0200
  • 312b29f712
    Update README.md Eric Leijonmarck 2021-06-02 12:05:39 +0200
  • f4560cb68a Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb` Blaž Hrastnik 2021-06-02 14:57:43 +0900
  • cbb3ebafdc Support ctrl-f and ctrl-b to page up/down, fixes #41 v0.0.7 Blaž Hrastnik 2021-06-02 13:19:21 +0900
  • 0851110d10 f/t: Check if at bounds before searching, refs #43, closes #37 Blaž Hrastnik 2021-06-02 13:14:55 +0900
  • 3ace581191 Fix panics when triggering w or e on the last char of the line Blaž Hrastnik 2021-06-02 13:12:11 +0900
  • c0264b9f7f fix: Don't allow moving past last line, fixes #30, #24 Blaž Hrastnik 2021-06-02 13:10:43 +0900
  • 22dad592b8
    Merge pull request #40 from data0x200/fix-empty-command Blaž Hrastnik 2021-06-02 13:06:57 +0900
  • ca042a4bde Added elixir syntax Corey Powell 2021-06-01 14:46:31 -0500
  • bc799aa3e6 deploy: 67b1cd32c7 archseer 2021-06-02 02:15:13 +0000
  • 67b1cd32c7 Update install notes Blaž Hrastnik 2021-06-02 11:14:46 +0900
  • 4d12c7c3cf Fix empty command cause panic Daichi Takamiya 2021-06-02 10:48:21 +0900
  • d10921af6f deploy: 4f56a8e248 archseer 2021-06-02 01:24:36 +0000