We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 405310a + a24105f commit 875bdd2Copy full SHA for 875bdd2
.changeset/tough-drinks-cheat.md
packages/core/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @clack/core
2
3
+## 0.1.7
4
+
5
+### Patch Changes
6
7
+- 6d9e675: Add support for neovim cursor motion (`hjkl`)
8
9
+ Thanks [@esau-morais](https://github.com/esau-morais) for the assist!
10
11
## 0.1.6
12
13
### Patch Changes
packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@clack/core",
- "version": "0.1.6",
+ "version": "0.1.7",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
0 commit comments