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