Jan 4, 20191 min readVimInstall and Set up Vim for Linux Kernel DevelopmentThis post lists the steps to install and setup Vim for Linux kernel development. Steps 1. Type sudo apt-get install vim 2. Type vi...
Sep 3, 20181 min readctagsInstall 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...
Jul 22, 20181 min readVimSet Up & Fix a Buffer for Linux kernel Coding Style in VimThis 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...
Jul 22, 20181 min readVim"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...