Sunday, November 14, 2021

5 lines for your .vimrc file

Makes working in vim nicer

set hlsearch    " highlight all search results
set ignorecase  " do case insensitive search
set incsearch   " show incremental search results as you type
set number      " display line number
set noswapfile  " disable swapfile

No comments:

Post a Comment

Learn MS Graph with Graph Explorer

With MS Graph Explorer, you can both test/play and actually use the Graph API.  Often easier than powershell for the occasional Graph need. ...