46055f792d0638bbde3b8f7a1cfbf083e9e13152
software/vim.md
... | ... | @@ -274,6 +274,12 @@ save file as new file in dir of current buffer |
274 | 274 | | <C-]> | jump to corresonding tag | |
275 | 275 | | <C-t> | go back | |
276 | 276 | |
277 | +## disable mouse |
|
278 | +``` |
|
279 | +set mouse= |
|
280 | +set ttymouse= |
|
281 | +``` |
|
282 | + |
|
277 | 283 | [using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim |
278 | 284 | [faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ |
279 | 285 | [vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins |