Neovim: Difference between revisions
Jump to navigation
Jump to search
Hoppinglife (talk | contribs) 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 ==..." |
Hoppinglife (talk | contribs) 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] | |||
Revision as of 14:12, 26 May 2020
Neovim, or nvim is a re-written vim implementation. It is significantly faster than the vanilla fork, and has become my default editor.
Usage
Clipboard
"+ register is the clipboard on my system.
See :help clipboard
Latex
Git
Just call :Git.
Use :Gstatus for seeing the stage area, use cc to commit.
See Fugitive.
Mercurial
See Mercenary