VIM: Difference between revisions

242 bytes added ,  12 September 2019
Keyboard shortcuts
→‎Useful commands: 4 spaces instead of tab
Keyboard shortcuts
Line 1: Line 1:
= Keyboard shortcuts =
* <code>Ctrl + w t</code> <code>Ctrl + w K</code> - change split windows from vertical to horizontal split
* <code>Ctrl + w t</code> <code>Ctrl + w H</code> - change split windows from horizontal to vertical split
= New developments with v8 =
= New developments with v8 =


With the dawn of Neovim in 2014, there were two major new developments: non-blocking, asynchronous execution, and terminal
With the dawn of Neovim in 2014, there were two major new developments: non-blocking, asynchronous execution, and terminal


= vimscript =
= vimscript =


* [http://learnvimscriptthehardway.stevelosh.com/ Learn the Vimscript Hard Way]
* [http://learnvimscriptthehardway.stevelosh.com/ Learn the Vimscript Hard Way]


= Adding comments to a block =
= Adding comments to a block =