Neovim: Difference between revisions

Jump to navigation Jump to search
Created page with "Neovim, or nvim is a re-written vim implementation. It is significantly faster than the vanilla fork, and has become my default editor. == Usage == === Latex === === Git ==..."
 
No edit summary
Line 2: Line 2:


== Usage ==
== Usage ==
=== Clipboard ===
<code>"+</code> register is the clipboard on my system.
See <code>:help clipboard</code>


=== Latex ===
=== Latex ===
Line 8: Line 14:


Just call <code>:Git</code>.
Just call <code>:Git</code>.
Use <code>:Gstatus</code> for seeing the stage area, use <code>cc</code> to commit.


See [https://github.com/tpope/vim-fugitive Fugitive].
See [https://github.com/tpope/vim-fugitive Fugitive].
=== Mercurial ===
See [https://github.com/jlfwong/vim-mercenary Mercenary]