Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>unfortunately I don't know how to make <code>CTRL-O</code> to behave the way you'd like. But I can offer you a couple of tips that might be helpful to you.</p> <ol> <li><p>You can use <code>g;</code> and <code>g,</code> to jump to the places <strong>where you have made a change</strong>, but only in <strong>the current buffer</strong>.</p> <p>I know this is not the same as <code>CTRL-O/I</code>, since this is only about <em>"changes"</em>, and it only tracks the current buffer, but it might be useful anyway.</p></li> <li><p>You can quickly navigate your opened buffers with a mapping in your <code>.vimrc</code> like this:</p> <pre><code>nmap &lt;special&gt; &lt;C-Up&gt; :bnext&lt;CR&gt; nmap &lt;special&gt; &lt;C-Down&gt; :bprevious&lt;CR&gt; </code></pre></li> </ol> <p>I know this doesn't really answer your question, but I thought that maybe these couple of tips might help a little with your vimming.</p> <hr> <p><strong>Edit:</strong> I wanted to add, that since you are interested in fast browsing of buffers, I personally recommend a little plugin called QuickBuf:</p> <p><a href="http://www.vim.org/scripts/script.php?script_id=1910" rel="nofollow noreferrer">http://www.vim.org/scripts/script.php?script_id=1910</a></p> <p>I map it in my <code>.vimrc</code> as this:</p> <pre><code>let g:qb_hotkey = ",b" </code></pre> <p>Try it, it way faster than typing <code>:ls</code> and another neat thing is that you can move on the list with <code>j/k</code> and press <code>&lt;enter&gt;</code> to select the buffer.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload