sebastiandaschner blog
Automation That I Use in My Vim Environment
monday, january 23, 2023In this video, I’m giving some examples of automation and scripts that I use in my Vim editor that make text editing and my everyday writing easier.
Some Examples
You can check out my Dotfiles, especially the .vimrc
file and bin/
folder containing some scripts.
-
:norm
for invoking normal command editing -
:!zsh
or:!bash
for invoking the selected line in a command line -
:!sort
or:!sort | uniq
for sorting the lines (uniquely) -
:.!capitalize-title -
— capitalizes English titles: blog post -
:.!toilet
to draw Ascii art -
:w !asciidoc-view -
for a quick AsciiDoc preview in the browser
More Information
- My Dotfiles on GitHub
- How I'm Using Vim for Everyday Writing
- 10 Advanced Vim Features
- Editing Structured Text Effectively With Vim
- Creating Presentations With Vim
- Developer Productivity Masterclass
Found the video useful? Then you might enjoy my Developer Productivity Masterclass.