Commit Graph

  • d2ed277bf2 remap navigation keys coder054 2024-10-19 23:12:38 +0700
  • eb63275793
    Merge 43b2e8211c into 50af86da16 Suhail Malik 2024-07-13 01:08:37 +0530
  • 43b2e8211c Fix command pallete arrow keys not working in vscode Suhail 2024-07-13 01:07:37 +0530
  • 6f19694d19 fix merge commit Suhail 2024-07-13 01:07:20 +0530
  • 37ccd927de
    Create foo.md Luke Pighetti 2023-01-06 15:36:53 -0500
  • 50af86da16
    added link to vscode extension in readme master Silverquark 2022-11-23 22:24:21 +0100
  • eac3819df9
    Merge pull request #1 from Silverquark/helixBindings Silverquark 2022-11-23 22:19:36 +0100
  • 2907199856 fix: match helix for split lines (a-s) helixBindings Karim Abou Zeid 2022-11-10 19:20:50 +0100
  • a81085979c remove a-o and s-a-o. they are not helix keybindings and clash with the builtin organize imports Leo Lüker 2022-11-23 22:17:48 +0100
  • c33b9b32dc fix: wrong description for paste P Karim Abou Zeid 2022-11-10 11:09:15 +0100
  • ca2b93176c feat: toggle comments with ctrl+c Karim Abou Zeid 2022-11-10 11:07:23 +0100
  • a4f099e0c0 c-i/c-o navigation Karim Abou Zeid 2022-11-10 00:17:50 +0100
  • c9c32f53f1 fix: sorround -> surround typo Karim Abou Zeid 2022-11-09 23:14:33 +0100
  • 28f1f486fc fix selection sort order Karim Abou Zeid 2022-11-09 23:07:48 +0100
  • 0b9e6eb0bf fix x and ,/; Karim Abou Zeid 2022-11-09 22:53:22 +0100
  • 8258d1a356 - generated package.json Leo Lüker 2022-11-01 11:51:38 +0100
  • 74869848ed Fixed goto definition not working due to a typo Leo Lüker 2022-11-01 11:50:59 +0100
  • 43d853dd0f - fixed b and w in visual mode shortening selection on the wrong side of the selection - fixed switching from normal to visual mode removing selection - s-; now working in visual mode - removed line decorations from normal/visual mode - fixed selection issue when switching modes Leo Lüker 2022-10-23 12:55:49 +0200
  • 6d773e1401 a Leo Lüker 2022-10-22 22:23:45 +0200
  • efdb82e4e8 - fixed insert mode not accessible from visual mode - fixed selectionBehaviour not being character mode - made window mode accessible from space mode - changed visual mode default cursorstyle to underline to match helix Leo Lüker 2022-10-22 22:23:04 +0200
  • 711f3d099b updated readme Leo Lüker 2022-10-16 23:59:43 +0200
  • 9dbdfb5f11 fixed match inner and outer modes Leo Lüker 2022-10-16 23:54:51 +0200
  • 37de5cf082 fixed match replace added math delete Leo Lüker 2022-10-16 22:24:12 +0200
  • 74aa79b500 updated readme Leo Lüker 2022-10-13 17:04:32 +0200
  • fa1f066fbd made a lot of bindings compatible with visual mode Leo Lüker 2022-10-13 17:02:22 +0200
  • 1245d6ae03 select in visual mode: - % - hjkl - left, right, up, down - ctrl+f, ctrl+d, ctrl+b, ctrl+u - g (goto menu) - x Leo Lüker 2022-08-30 18:23:23 +0200
  • a5984e113d added support for visual mode Leo Lüker 2022-08-27 13:16:31 +0200
  • 7d73bfc024 package.json: fix pre-release script Grégoire Geis 2022-11-11 11:26:36 +0100
  • ec6cc87826 package.json: pre-release 0.5.12001 Grégoire Geis 2022-11-11 11:21:11 +0100
  • ec90111ffa commands: select with {p,s-p}, fix {p,s-p,a-p,s-a-p} (fixes #276, #281) Grégoire Geis 2022-11-11 10:49:38 +0100
  • 7f3474e03e fix: match helix for split lines (a-s) Karim Abou Zeid 2022-11-10 19:20:50 +0100
  • 0acf74fc9f enable word highlighting for dance selection Karim Abou Zeid 2022-11-10 15:15:44 +0100
  • 52a7c20d17 commands: scroll buffer after .seek.object (fixes #266) Grégoire Geis 2022-11-10 16:00:10 +0100
  • b1c5df3e3d fix: enable vscode word highlighting Karim Abou Zeid 2022-11-10 15:13:01 +0100
  • 5f0eae103a remove a-o and s-a-o. they are not helix keybindings and clash with the builtin "organize imports" Karim Abou Zeid 2022-11-10 11:53:49 +0100
  • 723793a8d2 fix: wrong description for paste P Karim Abou Zeid 2022-11-10 11:09:15 +0100
  • 9e59a1b2e1 feat: toggle comments with ctrl+c Karim Abou Zeid 2022-11-10 11:07:23 +0100
  • 6be237fdb9 c-i/c-o navigation Karim Abou Zeid 2022-11-10 00:17:50 +0100
  • 7127c0487b fix: sorround -> surround typo Karim Abou Zeid 2022-11-09 23:14:33 +0100
  • 807b351294 fix selection sort order Karim Abou Zeid 2022-11-09 23:07:48 +0100
  • 03ae8e05d5 fix x and ,/; Karim Abou Zeid 2022-11-09 22:53:22 +0100
  • 1d28df9750 misc: make sure READMEs are generated after commands.yaml Grégoire Geis 2022-11-04 23:57:02 +0900
  • eeda66b3db commands: make {a-,}! select inserted contents (#281) Grégoire Geis 2022-11-04 23:26:46 +0900
  • a3772ef914 commands: remap {a-x,s-a-x}to {x,a-x} (#281) Grégoire Geis 2022-11-04 23:19:07 +0900
  • 5779d9c003 commands: remap {a-,}space to {a-,}, (#281) Grégoire Geis 2022-11-03 00:09:22 +0900
  • f5d4205958 - generated package.json Leo Lüker 2022-11-01 11:51:38 +0100
  • dc5cd10217 Fixed goto definition not working due to a typo Leo Lüker 2022-11-01 11:50:59 +0100
  • 535616077e - fixed b and w in visual mode shortening selection on the wrong side of the selection - fixed switching from normal to visual mode removing selection - s-; now working in visual mode - removed line decorations from normal/visual mode - fixed selection issue when switching modes Leo Lüker 2022-10-23 12:55:49 +0200
  • 32292bc373 a Leo Lüker 2022-10-22 22:23:45 +0200
  • 85875030ea - fixed insert mode not accessible from visual mode - fixed selectionBehaviour not being character mode - made window mode accessible from space mode - changed visual mode default cursorstyle to underline to match helix Leo Lüker 2022-10-22 22:23:04 +0200
  • fb54af1aee updated readme Leo Lüker 2022-10-16 23:59:43 +0200
  • 76cba815fa fixed match inner and outer modes Leo Lüker 2022-10-16 23:54:51 +0200
  • 009823ccbe fixed match replace added math delete Leo Lüker 2022-10-16 22:24:12 +0200
  • 20985f0d58 updated readme Leo Lüker 2022-10-13 17:04:32 +0200
  • ce5a6f8f46 made a lot of bindings compatible with visual mode Leo Lüker 2022-10-13 17:02:22 +0200
  • 73d32adb80 package.json: bump version to 0.5.12 (prerelease) v0.5.12 Grégoire Geis 2022-10-11 15:56:32 +0900
  • 8d3e5398f9 commands: add .seek.leap (wip) Grégoire Geis 2022-10-11 11:44:57 +0900
  • 6d305ef65e commands: accept modifiers e.g. (?i) in regexps Grégoire Geis 2022-10-09 08:05:41 +0900
  • 1341210097 commands: prepare support for multiple layouts and locales Grégoire Geis 2022-10-05 21:41:21 +0900
  • e229993cde select in visual mode: - % - hjkl - left, right, up, down - ctrl+f, ctrl+d, ctrl+b, ctrl+u - g (goto menu) - x Leo Lüker 2022-08-30 18:23:23 +0200
  • ad61336bff commands: fix argument not being properly passed to .run Grégoire Geis 2022-08-28 13:06:59 +0200
  • 9d08eacbe3 added support for visual mode Leo Lüker 2022-08-27 13:16:31 +0200
  • cd05df62c2 actions: clean up main.yml Grégoire Geis 2022-07-31 09:01:45 +0200
  • a8cc6242b1 api: make switchToDocument a no-op for same doc Grégoire Geis 2022-07-30 13:30:49 +0200
  • 17aec4eb5a misc: some typescript changes Grégoire Geis 2022-07-01 12:21:20 +0200
  • d7fc7e43ed commands: change Alt modifier for rotate commands Grégoire Geis 2022-06-14 16:31:29 +0900
  • d71907775f package.json: bump version to 0.5.11 v0.5.11 Grégoire Geis 2022-05-30 17:38:16 +0900
  • a869306ac3 misc: fix .build.ts detection on Windows Grégoire Geis 2022-05-30 17:34:08 +0900
  • 771a8bc111 api: fix run with non-dance commands (fixes #262) Grégoire Geis 2022-05-30 17:33:31 +0900
  • 8439f2ad82 misc: fix code style Grégoire Geis 2022-05-14 12:14:56 +0200
  • 8c9f9c2745 test: disable last (flaky) history test Grégoire Geis 2022-05-14 12:11:42 +0200
  • 12c78774fa misc: upgrade dependencies Grégoire Geis 2022-05-14 12:10:29 +0200
  • bea5c502ed misc: convert .then() to await in most functions Grégoire Geis 2022-05-14 11:44:15 +0200
  • 29d9b021fc package.json: bump version to 0.5.10 v0.5.10 Grégoire Geis 2022-05-14 01:50:23 +0200
  • d8e1553a51 test: disable other flaky history test Grégoire Geis 2022-05-14 01:44:50 +0200
  • 3929318681 misc: fix recursive module dependency Grégoire Geis 2022-05-14 01:41:49 +0200
  • 3430afbfa4 misc: rename input to more accurate identifiers Grégoire Geis 2022-05-14 01:32:55 +0200
  • 6ae428812e commands: add .selections.changeOrder, .selections.sort Grégoire Geis 2022-05-14 01:14:41 +0200
  • c7ded66d7f commands: fix .history.repeat.seek (fixes #257) Grégoire Geis 2022-05-07 13:52:08 +0200
  • 7f1963cef0 misc: change how commands are defined and executed (fixes #258) Grégoire Geis 2022-05-07 13:44:36 +0200
  • cd345d577f api: improve allowed run patterns (fixes #256) Grégoire Geis 2022-05-07 09:22:16 +0200
  • da1682bb27 misc: add keybindings for numpad keys (fixes #137) Grégoire Geis 2022-05-05 22:25:31 +0200
  • 1bd3a7cf5d misc: support escape sequences in regexp replacement strings (fixes #252) Grégoire Geis 2022-05-04 09:24:22 +0200
  • 57fc476c57 commands: pass input to first command in additional commands list Grégoire Geis 2022-04-30 16:12:20 +0200
  • 74d2238150 api: let node.js handle missing automation profile Grégoire Geis 2022-04-30 15:43:05 +0200
  • 4e9d32f244 api: respect automation profile to run commands (fixes #248) Grégoire Geis 2022-04-30 15:40:28 +0200
  • e5a821ebb9 api: use search in moveTo (fixes #251) Grégoire Geis 2022-04-30 13:59:37 +0200
  • fe55de8a74 build(deps): bump minimist from 1.2.5 to 1.2.6 dependabot[bot] 2022-03-25 19:34:57 +0000
  • 3230c2320e test: disable flaky history test Grégoire Geis 2022-03-17 13:32:46 +0100
  • 6611fe68ff misc: upgrade dependencies and fix packaging issues Grégoire Geis 2022-03-17 13:25:51 +0100
  • 577d168c2f package.json: bump version to 0.5.9 v0.5.9 Grégoire Geis 2022-03-17 12:38:40 +0100
  • ff1df1c0c8 commands: fix esc, s-q not stopping recording (fixes #243) Grégoire Geis 2022-03-08 21:34:56 +0100
  • 4332956f95 misc: improve sidebar logo Grégoire Geis 2022-03-03 00:37:50 +0100
  • 54fccd56d4 misc: fix style, eslint config Grégoire Geis 2022-03-03 00:31:07 +0100
  • e57f9515bd doc: remove disclaimer and update README Grégoire Geis 2022-03-03 00:09:29 +0100
  • db2fbbfb60 misc: add registers view Grégoire Geis 2022-03-03 00:03:52 +0100
  • 042a044936 api: fix commands ignoring count and register changes Grégoire Geis 2022-03-02 21:02:13 +0100
  • 6b8c5b838c misc: fix infinite loop in regexp analyzer Grégoire Geis 2022-03-02 20:58:54 +0100
  • 1483e7d96b misc: fix typo Grégoire Geis 2022-02-09 20:41:34 +0100
  • 55dde9df8d misc: enable noImplicitOverride and noPropertyAccessFromIndexSignature in tsconfig Grégoire Geis 2022-02-07 13:27:41 +0100