Disable mouse in vim

This commit is contained in:
Markus 2017-09-19 09:26:08 +02:00
parent 10e9ed9fd6
commit 6a0c6ff476
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
set mouse=
set ttymouse=

View File

@ -20,6 +20,7 @@
- { src: '.zshrc.local', dest: '/root/.zshrc.local' }
- { src: 'motd', dest: '/etc/motd' }
- { src: 'prompt_gentoo_setup', dest: '/usr/share/zsh/functions/Prompts/prompt_gentoo_setup' }
- { src: 'vimrc.local', dest: '/etc/vim/vimrc.local' }
- name: Set shell for root user
user: name=root shell=/bin/zsh