How to navigate results (candidates) in Unite.vim? -


After a search in

unite.vim , you open a candidate search order to run again Is there an easy way to jump on the next one? Similar plugins ( ack.vim , git-grep ) use the Quickfix window, so that you type : cn and : Cp to jump to next / previous results unite.vim ?

Thanks

I quickly or in the results of the place No way to insert it, though I'm sure you can unite to include that work.

Meanwhile, United documentation Unite could help reopen the buffer: You have opened recently:

 : Unaitarshyum [{options}] [{Buffer-name}] *: Unitersum * named user buffer {buffer-name} that you previously opened. Similar to narrowing texts or candidates, if {options} is given, the reference information will be overridden. Note: If you specify {buffer-name}, then enter the last unified buffer used in the current tab, except you  

I have the following in my vimrc Ways to use:

  "Once again open buffer nnoremap & lt; mute> gt; leader & gt; ll: & lt; cu & gt; Do not unite Uniteresm & lt; CR & gt;  

another useful snippet:

  action buffer after fire Docs. when Till you give it Do not direct, stops a buffer until you "is_quit" which has chosen an action. Note: Focus Keep focus on uniting the buffer after activating an action. For example, you can  
  nnoremap & lt; mute & gt; & lt; leader & gt; LG:  

is used with the option. & Lt; cu & gt; together -no-off-putting focus grep & lt; CR & gt;

through the grep & lt; leader & gt; lg press your source files, when you select an item Unfinished buffer without locking or de-focusing


Comments