Skip to content

Commit 6414b79

Browse files
committed
add note on how to close the floating window in Neovim
1 parent c21cee0 commit 6414b79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ https://user-images.githubusercontent.com/39915/148492614-d88d21cf-a6a2-4a18-a50
5858
can be rewritten as:
5959
`:Recsel -t Book -p Title -e Rating\ >\ 4`
6060
61+
To close the floating window in Neovim, you can use any of the `q`, `Esc`, `<localleader>`, `Ctrl-C` or `<Cr>` keys.
62+
6163
## Command maps
6264
6365
There are 6 command maps defined (which can be disabled by setting the `g:recutils_no_maps` variable to `1`):
@@ -66,7 +68,7 @@ https://user-images.githubusercontent.com/39915/148492614-d88d21cf-a6a2-4a18-a50
6668
* `<localleader>rs` populates the Vim command line with `:Recsel`.
6769
* `<localleader>rv` populates the Vim command line with `:Rec2csv`.
6870
* `<localleader>rN` jumps to the next record descriptor.
69-
* `<localleader>rP` jumps to the previous record descriptor..
71+
* `<localleader>rP` jumps to the previous record descriptor.
7072
* `<localleader>r?` show the current record descriptor in a popup/floating/preview window.
7173
7274
## Auto-completion

0 commit comments

Comments
 (0)