Blog
Vim smartopen plugin adds Vim support for CDPATH
Overview Ever since I discovered CDPATH last year I've been thinking wouldn't it be great if Vim could access files using CDPATH without having to chdir anywhere first. In other …
Topic
3 matching pages
Blog
Overview Ever since I discovered CDPATH last year I've been thinking wouldn't it be great if Vim could access files using CDPATH without having to chdir anywhere first. In other …
Blog
Table of contents Background Getting started Random tips Vim flavors Getting help Motion commands Amplifying motion commands Scrolling commands Making changes Replace mode Insert …
Blog
Find filename patterns Using Vim's built-in file explorer, it's possible to find specific filenames by pattern. For example: # :Ex is short for :Explore # search all …