On Do, 29 Aug 2019, 'Andy Wokula' via vim_use wrote:

> > nmap n nzv
> > nnoremap <silent> zv zv:call AdjCursor()<cr>
> 
> :nmap  n  n<SID>(adj-cursor)
> :nnoremap <silent>  <SID>(adj-cursor)  zv:call AdjCursor()<CR>
> 
> 
> " first command can be written as:
> :nmap <script> n  n<SID>(adj-cursor)
> :nnoremap <script> n  n<SID>(adj-cursor)

Ah yes, I always forget about that possibility.

Best,
Christian
-- 
Hätten die Neandertaler Atomkraftwerke besessen, wir hätten heute noch
damit zu tun.
                -- Jürgen Trittin

-- 
-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_use+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_use/20190830074942.GL25942%40256bit.org.

Reply via email to