diff options
author | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:31:16 +0100 |
---|---|---|
committer | odave <aryadevchavali1@gmail.com> | 2020-04-05 02:31:16 +0100 |
commit | 722b792369ca67c6659823f18322c52a5bd44822 (patch) | |
tree | cfe0139927a840e6e065cc4bdbe79915cd8d5d2c | |
parent | 6baa9a8165c800b51877c60a4c3cdee333ecbf16 (diff) | |
download | dotfiles-722b792369ca67c6659823f18322c52a5bd44822.tar.gz dotfiles-722b792369ca67c6659823f18322c52a5bd44822.tar.bz2 dotfiles-722b792369ca67c6659823f18322c52a5bd44822.zip |
+recursive path variable
Suggestion from a YouTube video to allow quick editing and jumping
around a directory.
-rw-r--r-- | vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ set shiftwidth=4 set previewheight=5 set foldmethod=syntax set foldlevel=99 +set path+=** let mapleader = ' ' |