diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-08 22:51:01 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-08 22:51:01 +0800 |
| commit | 6205a913b770c8fa053c22fb220fbd0c8287228a (patch) | |
| tree | 89fe387e3998bd326ace851ec6f6b327068a107d /core/options.vim | |
| parent | de7b35e0deab733e73ac585d566767c7d67884b8 (diff) | |
Neovim --> Nvim
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.vim b/core/options.vim index 44f728f..23353b5 100644 --- a/core/options.vim +++ b/core/options.vim @@ -4,7 +4,7 @@ scriptencoding utf-8 " change fillchars for folding, vertical split, end of buffer, and message separator set fillchars=fold:\ ,vert:\│,eob:\ ,msgsep:‾ -" Paste mode toggle, it seems that Neovim's bracketed paste mode +" Paste mode toggle, it seems that Nvim's bracketed paste mode " does not work very well for nvim-qt, so we use good-old paste mode set pastetoggle=<F12> |
