1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00

Commit Graph

  • 14db2cc68b
    Add homebrew tap instructions again Blaž Hrastnik 2021-06-17 23:21:33 +0900
  • 8bccd6df30 applied changes from pr review Jan Hrastnik 2021-06-17 13:49:50 +0200
  • 7ee2680563 deploy: f7e00cf720f55ea82933ac6625b7511e9d38139e archseer 2021-06-17 11:08:23 +0000
  • f7e00cf720
    Configurable keys 2 (Mapping keys to commands) (#268) PabloMansanet 2021-06-17 13:08:05 +0200
  • dd1daededd Merge remote-tracking branch 'upstream/master' into ConfigurableKeymap PabloMansanet 2021-06-17 12:28:40 +0200
  • 321105672c Replace FromStr with custom deserialize PabloMansanet 2021-06-17 12:25:34 +0200
  • 41792a27c3 Address first batch of PR comments PabloMansanet 2021-06-17 12:12:46 +0200
  • 47d2e3aefa Let o, O take counts for multiple cursors Gokul Soumya 2021-06-17 11:49:02 +0530
  • 20d6b202d5 Fix cursor position bugs related to o and O Gokul Soumya 2021-06-16 21:41:54 +0530
  • 016e388330 Let o, O take counts for multiple cursors Gokul Soumya 2021-06-17 11:49:02 +0530
  • 271bb19f15 Fix expansion of ~, dont use directory relative to cwd. wojciechkepka 2021-06-17 05:50:21 +0200
  • 1275b7376f Fix cursor position bugs related to o and O Gokul Soumya 2021-06-16 21:41:54 +0530
  • 9c3eadb2e4 fixed some problems from rebasing Jan Hrastnik 2021-06-16 17:22:55 +0200
  • 7cf0fa05a4 doc.line_ending() now returns &'static str Jan Hrastnik 2021-06-16 16:57:47 +0200
  • a4f5a0134e trying out line ending helper functions in commands.rs Jan Hrastnik 2021-06-14 15:09:54 +0200
  • a9a718c3ca added some tests and a line_ending helper function in document.rs Jan Hrastnik 2021-06-13 21:38:31 +0200
  • e4849f41be fix typo Jan Hrastnik 2021-06-13 12:27:27 +0200
  • 9c419fe05c added more changes from pr review for line_ending_detection Jan Hrastnik 2021-06-16 17:08:46 +0200
  • 5eb6918392 resolved conflict in rebase Jan Hrastnik 2021-06-16 17:05:14 +0200
  • 17f69a03e0 ran cargo clippy and cargo fmt Jan Hrastnik 2021-06-11 23:57:16 +0200
  • 3756c21bae rebase on branch line_ending_detection Jan Hrastnik 2021-06-16 17:00:21 +0200
  • a364d6c383 Add latex Ivan Tham 2021-06-16 00:50:42 +0800
  • da43eaf7a7 Add latex Ivan Tham 2021-06-16 00:50:42 +0800
  • a394a79840 deploy: d1c8a74771b241ee0824853bd5e8229cb0ab4187 archseer 2021-06-16 06:00:32 +0000
  • d1c8a74771 Add theme key for selected line number Gokul Soumya 2021-06-14 19:31:17 +0530
  • 14123a7203 Add theme key for selected line number Gokul Soumya 2021-06-14 19:31:17 +0530
  • 33a35b7589 Add other cursor shape Ivan Tham 2021-06-15 13:27:53 +0800
  • 124514aa70 Add cursor kind to separate hidden cursor from pos Ivan Tham 2021-06-15 13:03:56 +0800
  • b07e5a0548 Add other cursor shape Ivan Tham 2021-06-15 13:27:53 +0800
  • 1190ace919 Add cursor kind to separate hidden cursor from pos Ivan Tham 2021-06-15 13:03:56 +0800
  • 6bdf609caa Remove RwLock for registers Benoît CORTIER 2021-06-14 23:26:05 -0400
  • 5a096e40be Refactor configuration and add keymap newtype wrappers PabloMansanet 2021-06-15 10:04:29 +0200
  • 4c6fa7c787 Formatting PabloMansanet 2021-06-15 09:36:10 +0200
  • 9e57822413 Refactor into single config file PabloMansanet 2021-06-15 09:32:42 +0200
  • d47c7bae99 Fix example in the book PabloMansanet 2021-06-15 09:00:03 +0200
  • e86cc8f5c2 Merge remote-tracking branch 'upstream/master' into ConfigurableKeymap PabloMansanet 2021-06-15 08:59:11 +0200
  • e1061061f9 Remove RwLock for registers Benoît CORTIER 2021-06-14 23:26:05 -0400
  • 6fb2d2679d Use _impl suffix instead of _ prefix Benoît CORTIER 2021-06-15 00:29:03 -0400
  • dfbc4c5834 Use _impl suffix instead of _ prefix Benoît CORTIER 2021-06-15 00:29:03 -0400
  • bdc16eaf39 deploy: eb77de6a51c053400e9759f6b55c620685b543fa CBenoit 2021-06-15 04:20:38 +0000
  • eb77de6a51 Format docs for better readability Gokul Soumya 2021-06-14 23:29:52 +0530
  • 05ed3e8fb8 Remove unused variables Ivan Tham 2021-06-15 11:57:16 +0800
  • 762723c5e9 Format docs for better readability Gokul Soumya 2021-06-14 23:29:52 +0530
  • 9f8c009aaf deploy: 002f1ad397a6fff4fec044e05a8784c643a04d48 pickfire 2021-06-15 04:00:49 +0000
  • 002f1ad397 Add filter ability to picker Ivan Tham 2021-06-12 18:46:05 +0800
  • f3c50ac820
    Remove unused variables Ivan Tham 2021-06-15 11:57:16 +0800
  • d695e2aef9 Add filter ability to picker Ivan Tham 2021-06-12 18:46:05 +0800
  • 7c2fb92c91 Report indent style when calling indent-style with no arguments. Nathan Vegdahl 2021-06-14 19:43:24 -0700
  • 1180eb2f20 Report indent style when calling indent-style with no arguments. Nathan Vegdahl 2021-06-14 19:43:24 -0700
  • d415a666fe Address PR comments. Nathan Vegdahl 2021-06-14 13:22:25 -0700
  • ecb39da3e0 Cosmetic changes and better comments for the indent auto-detect code. Nathan Vegdahl 2021-06-13 20:11:40 -0700
  • 4faf1d3bf4 Remove indent style status-line display for now. Nathan Vegdahl 2021-06-13 19:44:25 -0700
  • 0a5580aa21 Address PR comments. Nathan Vegdahl 2021-06-13 19:13:31 -0700
  • 358ea6a37c Implement command to change the indent-style setting of a document. Nathan Vegdahl 2021-06-13 18:09:22 -0700
  • 8648e483f7 Render indent-style status in status line. Nathan Vegdahl 2021-06-13 16:35:05 -0700
  • 5ca043c17a Fix clippy warnings. Nathan Vegdahl 2021-06-13 11:54:56 -0700
  • 2329512122 Attempt to auto-detect indentation style on document load. Nathan Vegdahl 2021-06-13 11:26:32 -0700
  • 26211d0657 Formatting PabloMansanet 2021-06-14 23:55:36 +0200
  • 818978bd18 Update documentation PabloMansanet 2021-06-14 23:53:16 +0200
  • feda5892f5 Merge remote-tracking branch 'upstream/master' into ConfigurableKeymap PabloMansanet 2021-06-14 23:47:42 +0200
  • 0fdbd11c6e Formatting pass PabloMansanet 2021-06-14 23:44:15 +0200
  • 2cd3a7c0aa Match key parsing/displaying to Kakoune PabloMansanet 2021-06-14 23:43:19 +0200
  • f336d097d2 Map directly to commands PabloMansanet 2021-06-14 23:35:38 +0200
  • da47069132 Make command functions private PabloMansanet 2021-06-14 23:23:05 +0200