mirror of https://github.com/mitchell/dotfiles.git
Set shiftwidth and tabstop; add key mapping for Ack command
This commit is contained in:
parent
7192e85f84
commit
6f61b6d5da
5
.vimrc
5
.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 <leader>g :ALEGoToDefinition<cr>
|
|||
nnoremap <leader>r :ALEFindReferences<cr>
|
||||
nnoremap <leader>d :ALEDetail<cr>
|
||||
nnoremap <leader>h :ALEHover<cr>
|
||||
nnoremap <leader>a :Ack<cr>
|
||||
nmap <leader>wk <Plug>VimwikiIndex
|
||||
|
||||
" next line is necessary to prevent background rendering bug with kitty term
|
||||
|
|
Loading…
Reference in New Issue