Vim Tips Wiki
Edit Page
We recommend that you log in before editing. This will allow other users to leave you a message about your edit, and will let you track edits via your Watchlist. Creating an account is quick and free.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 7: Line 7:
   
 
I think these would be two small improvements for making this script really life-changing. <small>--Preceding [[Vim Tips Wiki:Quick reference|unsigned]] comment added by [[User:BlackLight01|BlackLight01]] 19:27, February 6, 2011</small>
 
I think these would be two small improvements for making this script really life-changing. <small>--Preceding [[Vim Tips Wiki:Quick reference|unsigned]] comment added by [[User:BlackLight01|BlackLight01]] 19:27, February 6, 2011</small>
 
----
 
 
Author no longer seems to be interested in plugin development, I started fork at https://github.com/vlmarek/PreciseJumpVlad . It mainly fixes issues with international characters.
 
 
To answer the previous question, both works for me, I'm using this config to achieve that:
 
<code>
 
nmap <unique> <leader>f :call PreciseJumpF(-1, -1, 0)<cr>
 
vmap <unique> <leader>f <ESC>:call PreciseJumpF(-1, -1, 1)<cr>
 
omap <unique> <leader>f :call PreciseJumpF(-1, -1, 0)<cr>
 
</code>
 
--[[User:Vlmarek|Vlmarek]] ([[User talk:Vlmarek|talk]]) 21:12, December 21, 2013 (UTC)
 
   
 
==Comments==
 
==Comments==
Please note that all contributions to the Vim Tips Wiki are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)

Template used on this page: