From c1811cfc5df02eadff979851d6855568843d86aa Mon Sep 17 00:00:00 2001 From: Kelly Stannard Date: Thu, 10 Oct 2019 11:02:28 -0400 Subject: [PATCH] Remove reference to fixed issue tab complete works with bmarks now. --- readme.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/readme.md b/readme.md index 6424c87e..19ee5d8e 100644 --- a/readme.md +++ b/readme.md @@ -158,10 +158,6 @@ You can bind your own shortcuts in normal mode with the `:bind` command. For exa If you want to bind you'll find that you'll probably need to press Control+Shift+6 to trigger it. The default bind is which does not require you to press shift. -- How can I tab complete from bookmarks? - - `bmarks`. Bookmarks are not currently supported on `*open`: see [issue #214](https://github.com/tridactyl/tridactyl/issues/214). - - When I type 'f', can I type link names (like Vimperator) in order to narrow down the number of highlighted links? You can, thanks to @saulrh. First `set hintfiltermode vimperator` and then `set hintchars 1234567890`.