Created
February 19, 2020 16:02
Revisions
-
chumpy created this gist
Feb 19, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ setlocal expandtab shiftwidth=2 tabstop=2 set number set nocompatible syntax enable filetype plugin on " FINDING FILES: " search down into subfolders set path+=** " display all matching files when tab complete set wildmenu " TAG JUMPING: " use '^]' to jump to tag " use 'g^]' for ambiguous tags " use '^t' to jump back up the tag stack command! MakeTags !ctags -R . " AUTOCOMPLETE: " ^n (backwards ^p)