Bind lock to slock

This commit is contained in:
Dave Gallant
2020-05-24 21:07:42 -04:00
parent d42fabdfee
commit b919c89757
4 changed files with 10 additions and 31 deletions

View File

@@ -71,9 +71,8 @@ set path+=**
" Display all matching files when we tab complete
set wildmenu
set tabstop=4
set shiftwidth=4
set expandtab
set tabstop=2
set shiftwidth=2
" Enable folding
set foldmethod=indent