Thanks Christian,
On Feb 15, 2:01 pm, Christian Brabandt <cbli...@256bit.org> wrote: > Hi skeept! > > On Mi, 15 Feb 2012, skeept wrote: > > > > > > > > > > > Hi all, > > > I have remapped <tab> and now <c-i> does not work as expected. > > I don't use the <c-i> command very often, but I do use it > > occasionally. > > I asked it there was a way of solving this in vim_use and it was > > suggested that > > I could do something like: > > > :nnoremap <tab> <c-w> > > :nnoremap <f4> <c-i> > > > I would prefer to do something like `:ju -1` or `:ju 1` to move back > > in the list. > > Without argument it would just work like it does now. > > > Please consider implementing this if not to hard. > > I think implementing this wouldn't be too hard, but how about something > like this: > :command -count=1 Jump exe ":norm! <count>\<C-O>" > > regards, > Christian I will use your solution is suits my needs quite well. Regards, skeept -- You received this message from the "vim_dev" 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