From db91b4979ae787c8a80354501cb3dbeccafa9121 Mon Sep 17 00:00:00 2001 From: Flavien Fondanesche Date: Fri, 18 Oct 2024 17:36:47 +0200 Subject: [PATCH] vimrc starter --- vimrc | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vimrc diff --git a/vimrc b/vimrc new file mode 100644 index 0000000..8a01c4b --- /dev/null +++ b/vimrc @@ -0,0 +1,8 @@ +filetype plugin indent on +" show existing tab with 4 spaces width +set tabstop=4 +" when indenting with '>', use 4 spaces width +set shiftwidth=4 +" On pressing tab, insert 4 spaces +set expandtab +set mouse-=a \ No newline at end of file