Skip to content

Commit

Permalink
chore(doc): replace '"follow.start"' with '"hint.quick"' (#515)
Browse files Browse the repository at this point in the history
Replace `follow.start` with `hint.quick`. The `hint.quick` actions is
the current default and `follow.start` is an alias to keep a
compatibility.

close #512
  • Loading branch information
ueokande authored Nov 16, 2024
1 parent 767e6ce commit 9bda4cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/keymaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ See the [console commands](./console_commands) section for a more detailed descr

Vimmatic can be configured to follow links opened in tabs in the background
instead of switching to a new tab immediately. To do this, you'll need to update
the config file: change the `"background"` property of the `"follow.start"`
the config file: change the `"background"` property of the `"hint.quick"`
action to `true`, e.g.:

```json
{
"keymaps": {
"F": { "type": "follow.start", "newTab": true, "background": true }
"F": { "type": "hint.quick", "newTab": true, "background": false }
}
}
```
Expand Down

0 comments on commit 9bda4cd

Please sign in to comment.