diff options
author | Daniel Carl <danielcarl@gmx.de> | 2020-02-28 23:48:26 +0100 |
---|---|---|
committer | Daniel Carl <danielcarl@gmx.de> | 2020-02-28 23:48:26 +0100 |
commit | acf798ad7acc1a004d573dfdf1ae7c5d7005a2d5 (patch) | |
tree | 74fbe4cae10184178575fe91b36f52a34a24a97f /doc/vimb.1 | |
parent | 44cbc4c19ccee2d624620af4193338ff4e278a66 (diff) |
Allow to focus last input field by 'i' #605.
Diffstat (limited to 'doc/vimb.1')
-rw-r--r-- | doc/vimb.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -95,6 +95,10 @@ Start Command Mode and print `:' to the input box. Set cursor to the first editable element in the page and switch to Input Mode. .TP +.B i +Set cursor to the last focused element in the page and switch to Input Mode. +If no element was focused before the first element is focused like with `gi'. +.TP .B CTRL\-Z Switch Vimb into Pass-Through Mode. .TP |