# Visual Line Mode
Press `V` in normal mode to enter visual line mode. The current line becomes the anchor.
| `j` / `k` | Extend selection down / up |
| `c` | Attach a comment to the selected lines |
| `m` | Mark / unmark all selected lines (toggles group) |
| `y` | Yank (copy) selected lines to system clipboard |
| `i` | Open command bar pre-filled with `filter <first line>` |
| `o` | Open command bar pre-filled with `exclude <first line>` |
| `/` | Open search bar pre-filled with the first selected line |
| `Esc` | Cancel |
Selected lines are highlighted in the log panel.