Skip to content

Commit c37f5e0

Browse files
committed
update vim doc
1 parent 50d9203 commit c37f5e0

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ to see it in action.
99

1010
## Requirements
1111

12-
| `zk-nvim` | `zk` | Neovim |
13-
| --------- | --------------- | ------------- |
14-
| HEAD | >=0.14.1 | >=0.10.0 |
15-
| 0.1.1 | 0.13.0 - 0.14.1 | 0.9.5 |
16-
| 0.1.0 | 0.13.0 - 0.14.1 | 0.8.0 - 0.9.5 |
12+
| `zk-nvim` | `zk` | Neovim |
13+
| ------------ | --------------- | ------------- |
14+
| 0.2.0 - HEAD | >=0.14.1 | >=0.10.0 |
15+
| 0.1.1 | 0.13.0 - 0.14.1 | 0.9.5 |
16+
| 0.1.0 | 0.13.0 - 0.14.1 | 0.8.0 - 0.9.5 |
1717

1818
## Installation
1919

doc/zk.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Neovim extension for the `zk` (https://github.com/zk-org/zk) plain text note-tak
2828
--------------------------------------------------------------------------------
2929
REQUIREMENTS *zk-requirements*
3030

31-
* Neovim >= 0.8.0
32-
* `zk` >= 0.13.0
31+
* Neovim >= 0.10.0
32+
* `zk` >= 0.14.1
3333

3434
--------------------------------------------------------------------------------
3535
INSTALLATION *zk-installation*
@@ -141,6 +141,10 @@ BUILT-IN COMMANDS *zk-built-in_command
141141
" (optional) additional options, see https://github.com/zk-org/zk/blob/main/docs/tips/editors-integration.md#zklist
142142
:ZkNotes [{options}]
143143
<
144+
" Opens a notes picker for active buffers (showing notebook files only).
145+
" params
146+
" (optional) additional options, see https://github.com/zk-org/zk/blob/main/docs/tips/editors-integration.md#zklist
147+
:ZkBuffers [{options}]
144148
>
145149
" Opens a notes picker for the backlinks of the current buffer
146150
" params

0 commit comments

Comments
 (0)