commit 46055f792d0638bbde3b8f7a1cfbf083e9e13152
parent 4a44592a3fb5679f46c31e2d81e4f8d827f3886e
Author: pyratebeard <root@pyratebeard.net>
Date: Mon, 29 Jan 2024 12:08:30 +0000
updates
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/software/vim.md b/software/vim.md
@@ -274,6 +274,12 @@ save file as new file in dir of current buffer
| <C-]> | jump to corresonding tag |
| <C-t> | go back |
+## disable mouse
+```
+set mouse=
+set ttymouse=
+```
+
[using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim
[faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ
[vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins