diff options
author | Martin Fischer <martin@push-f.com> | 2024-11-30 12:58:37 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2024-12-11 08:37:52 +0100 |
commit | 174f7a66633d26d519e2eb3d471d487d82b4d677 (patch) | |
tree | 5a04aabfe1b3d724838ecc61391da0d444f81b94 /user/vim | |
parent | b3e73f8b5d94405e2f0fce52e8d219e37e54791d (diff) |
add vim
Diffstat (limited to 'user/vim')
-rw-r--r-- | user/vim/vimrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/user/vim/vimrc b/user/vim/vimrc new file mode 100644 index 0000000..b65deb0 --- /dev/null +++ b/user/vim/vimrc @@ -0,0 +1,4 @@ +syntax on + +" Enable pasting with middle mouse click in insert mode. +set mouse= |