Updated README after updating .vimrc with comment for paste/nopaste mode
This commit is contained in:
parent
c14c180bfe
commit
01c227064d
2 changed files with 4 additions and 5 deletions
|
|
@ -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
|
||||
- Add .vimrc
|
||||
- Add to .vimrc command to map <F3> such that it can switch between paste and nopaste modes:
|
||||
`set pastetoggle=<F3>`
|
||||
None
|
||||
|
|
@ -6,4 +6,4 @@ set tabstop=4
|
|||
set shiftwidth=4
|
||||
" On pressing tab, insert 4 spaces
|
||||
set expandtab
|
||||
set pastetoggle=<F3>
|
||||
set pastetoggle=<F3> #To switch between paste and nopaste modes
|
||||
Loading…
Add table
Add a link
Reference in a new issue