Skip to content

Commit b104180

Browse files
update keybindings docs
1 parent c23bb46 commit b104180

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ Vim keybindings in rainfrog can be found at [vim.rs](./src/vim.rs).
382382
| Keybinding | Description |
383383
| ----------------- | -------------------------------------- |
384384
| `Alt+Enter`, `F5` | Execute query |
385+
| `F7` | Bypass parser to execute query (cannot rollback, no validation) |
385386
| `j`, `` | Move cursor down 1 line |
386387
| `k`, `` | Move cursor up 1 line |
387388
| `h`, `` | Move cursor left 1 char |
@@ -409,6 +410,7 @@ Vim keybindings in rainfrog can be found at [vim.rs](./src/vim.rs).
409410
| `Ctrl+e` | Scroll down |
410411
| `Ctrl+y` | Scroll up |
411412
| `Ctrl+f`*, `Alt+f` | Save query to favorites |
413+
412414
*only works in normal mode
413415

414416
<!-- TOC --><a name="query-history"></a>

0 commit comments

Comments
 (0)