ft_improved : improved f/t command
script karma |
Rating 73/26,
Downloaded by 4663 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Christian Brabandt |
|
script type |
utility |
|
description |
If you like it, please rate it!
This plugin tries to improve the existing behaviour of the |f|, |F|, |t| and
|T| command by letting them move the cursor not only inside the current line, but move to whatever line, where the character is found.
It does consider counts given and should work simply as a user would be expecting.
It basically does that, by remapping the f,F,t and T command to issue a search for the character that is entered and moving the cursor there.
By default the new f,F,t,T commands should simply work. If you have disabled
the plugin (see |improvedft-Disable|), use the command
:EnableImprovedFT
If for any reason, you want to disable the plugin, use
:DisableImprovedFT
Public repo: https://github.com/chrisbra/improvedft
|
|
install details |
Open the vimball with Vim and source it, e.g.
Vim ft_improved-0.1.vmb
:so %
:q
Be sure to read the help at :h improvedft-ft |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|