mirror of
https://github.com/akelge/vim
synced 2025-08-16 07:48:35 +00:00
Move forward
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
A deep cleanup to vim configuration
|
A deep cleanup to vim configuration
|
||||||
|
|
||||||
- remove unused plugins and colorscheme
|
- ~~remove unused plugins and colorscheme~~
|
||||||
- fix nerdtree
|
- ~~fix nerdtree~~
|
||||||
- git support
|
- git support
|
||||||
- terminal support
|
- ~~terminal support~~
|
||||||
- airline improve
|
- airline improve
|
||||||
|
- study surround plugin
|
||||||
|
2
vimrc
2
vimrc
@ -139,6 +139,8 @@ nnoremap <silent> <Leader>tt :below terminal<CR>
|
|||||||
" GIT
|
" GIT
|
||||||
"""""""""""""""
|
"""""""""""""""
|
||||||
nnoremap <silent> <Leader>gg :GitGutterLineHighlightsToggle<CR>
|
nnoremap <silent> <Leader>gg :GitGutterLineHighlightsToggle<CR>
|
||||||
|
nnoremap <silent> <Leader>gc :GitCommit
|
||||||
|
nnoremap <silent> <Leader>gs :GitStatus<CR>
|
||||||
|
|
||||||
" """""""""""""""""
|
" """""""""""""""""
|
||||||
" Airline customizations
|
" Airline customizations
|
||||||
|
Reference in New Issue
Block a user