From 9c16d0f3aa67311642c89e306413384519eee292 Mon Sep 17 00:00:00 2001 From: druckdev <63563978+druckdev@users.noreply.github.com> Date: Mon, 21 Sep 2020 17:39:41 +0200 Subject: [PATCH] Set copyindent in vim --- .config/vim/vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/vim/vimrc b/.config/vim/vimrc index 24bf137..5485a90 100644 --- a/.config/vim/vimrc +++ b/.config/vim/vimrc @@ -42,6 +42,8 @@ else nmap cw dwi nmap cW dWi endif +" Copy structure of the existing lines indent when autoindenting a new line +set copyindent " Keybindings ################################################################## " Set leader key