From 6f61b6d5da829ab1fc7bd9346bad143138e90734 Mon Sep 17 00:00:00 2001 From: mitchell Date: Mon, 27 Jan 2020 16:40:04 -0500 Subject: [PATCH] Set shiftwidth and tabstop; add key mapping for Ack command --- .vimrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 385b0ed..fe8ad33 100644 --- a/.vimrc +++ b/.vimrc @@ -20,10 +20,12 @@ set laststatus=2 set mouse=a set nowrap set number -set expandtab set textwidth=100 set noshowmode set background=dark +set tabstop=2 +set shiftwidth=2 +set expandtab set runtimepath+=/usr/local/opt/fzf @@ -48,6 +50,7 @@ nnoremap g :ALEGoToDefinition nnoremap r :ALEFindReferences nnoremap d :ALEDetail nnoremap h :ALEHover +nnoremap a :Ack nmap wk VimwikiIndex " next line is necessary to prevent background rendering bug with kitty term