File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ Vim keybindings in rainfrog can be found at [vim.rs](./src/vim.rs).
382
382
| Keybinding | Description |
383
383
| ----------------- | -------------------------------------- |
384
384
| ` Alt+Enter ` , ` F5 ` | Execute query |
385
+ | ` F7 ` | Bypass parser to execute query (cannot rollback, no validation) |
385
386
| ` j ` , ` ↓ ` | Move cursor down 1 line |
386
387
| ` k ` , ` ↑ ` | Move cursor up 1 line |
387
388
| ` h ` , ` ← ` | Move cursor left 1 char |
@@ -409,6 +410,7 @@ Vim keybindings in rainfrog can be found at [vim.rs](./src/vim.rs).
409
410
| ` Ctrl+e ` | Scroll down |
410
411
| ` Ctrl+y ` | Scroll up |
411
412
| ` Ctrl+f ` * , ` Alt+f ` | Save query to favorites |
413
+
412
414
* only works in normal mode
413
415
414
416
<!-- TOC --> <a name =" query-history " ></a >
You can’t perform that action at this time.
0 commit comments