Updated README after updating .vimrc with comment for paste/nopaste mode

This commit is contained in:
Tracey Clark 2018-09-15 12:32:13 -05:00
commit 01c227064d
2 changed files with 4 additions and 5 deletions

View file

@ -1,5 +1,4 @@
# ZSH and Bash config files for personal use # ZSH Bash and other config files for personal use
# File processing scripts to archive financial files from previous year
## TODO ## TODO
- Add .vimrc None
- Add to .vimrc command to map <F3> such that it can switch between paste and nopaste modes:
`set pastetoggle=<F3>`

View file

@ -6,4 +6,4 @@ set tabstop=4
set shiftwidth=4 set shiftwidth=4
" On pressing tab, insert 4 spaces " On pressing tab, insert 4 spaces
set expandtab set expandtab
set pastetoggle=<F3> set pastetoggle=<F3> #To switch between paste and nopaste modes