diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-21 11:42:33 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2020-01-21 11:42:33 -0700 |
commit | bc73cb6be2d962723c0747fbd017f39e9c75675b (patch) | |
tree | 78b7655ccdc25598945bf1bf4104cf72b7e1ad77 /vimrc | |
parent | 1afc100fb8de25fd6ecf50e59e1ece8f447474b1 (diff) | |
download | vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.tar.gz vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.tar.bz2 vim-bc73cb6be2d962723c0747fbd017f39e9c75675b.zip |
Fixes completion
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ set comments=sl:/*,mb:\ *,elx:\ */ " Enhanced keyboard mappings " -set pastetoggle=<C-p> +" set pastetoggle=<C-p> " in normal mode F2 will save the file nmap <F2> :w<CR> " in insert mode F2 will exit insert, save, enters insert again |