Learn Essential Vim Skills
with Drew Neil, author of Practical Vim
Commandline mode
category applies to 3 screencasts:
Run time:
In the previous lesson we learned how use the expression register to evaluate simple calculations. We can also call built-in and user-defined Vimscript functions, and thanks to the system()
function, we can also fetch output from external scripts.
Run time:
The expression register lets us evaluate a snippet of Vimscript code. This is handy when you need to perform simple calculations and insert the result into the document.
Watch screencast
Run time:
When you need to build a complex command, or devise a non-trivial search pattern, Vim’s command-line mode can be rather limiting. In this episode, I will introduce the command-line window, which allows you to use the full power of Vim when editing search queries and commands.
Watch screencast