mirror of
https://github.com/don-philipe/dotfiles.git
synced 2025-11-08 14:47:03 +01:00
Compare commits
2 Commits
a5532feaf0
...
9d80e6b5a1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d80e6b5a1 | ||
|
|
80202b3467 |
7
.vimrc
7
.vimrc
@@ -35,7 +35,8 @@ inoremap <expr>> strpart(getline('.'), col('.')-1, 1) == ">" ? "\<Right>" : ">"
|
||||
"inoremap ' ''<Left>
|
||||
|
||||
" Tab navigation
|
||||
nmap <C-t> :tabnew<CR>
|
||||
" new tab and move to previous window (NERDTree if open)
|
||||
nmap <C-t> :tabnew <bar> :wincmd p<CR>
|
||||
nmap <C-h> :tabprev<CR>
|
||||
nmap <C-l> :tabnext<CR>
|
||||
|
||||
@@ -128,6 +129,10 @@ Plug 'morhetz/gruvbox'
|
||||
" use `:Rg <pattern>` to search in current directory
|
||||
Plug 'jremmen/vim-ripgrep'
|
||||
|
||||
" Multi language linting tool
|
||||
" - https://github.com/koalaman/shellcheck install through package manager
|
||||
Plug 'dense-analysis/ale'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user