top of page

Install and Set up Vim for Linux Kernel Development
This post lists the steps to install and setup Vim for Linux kernel development. Steps 1. Type sudo apt-get install vim 2. Type vi...

Install ctags, Create tags, Browse in Vim
This post presents how to install ctags on Ubuntu 16.04.3, create tags and browse the code in vim. Install Type sudo apt-get install...

Set Up & Fix a Buffer for Linux kernel Coding Style in Vim
This post lists the Vim commands to set up and fix a buffer so that it adheres to Linux kernel coding style guidelines. Commands Set up...

"Can you grab or delete between parentheses in vi/vim?"
This post extends a good stackoverflow [answer] answer to "Can you grab or delete between parentheses in vi/vim?" from by [hop] (asked by...
bottom of page