Skip to content

Instantly share code, notes, and snippets.

@jaohaohsuan
Created July 10, 2017 01:04
Show Gist options
  • Save jaohaohsuan/23c56134dd17f989989099b307623d72 to your computer and use it in GitHub Desktop.
Save jaohaohsuan/23c56134dd17f989989099b307623d72 to your computer and use it in GitHub Desktop.
my vimrc
" be able to use tab in command mode
set nocompatible
syntax enable
" free use to apply filetype's detection, plugin and indent
filetype plugin on
" it looks better when press tab on command mode
set wildmenu
" fuzzy find
set path+=**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment