1
0
mirror of https://github.com/akelge/vim synced 2025-08-16 07:48:35 +00:00

Upgrade of modules

This commit is contained in:
2024-01-25 12:33:23 +01:00
parent 816da7628e
commit ce62562da3
12 changed files with 17 additions and 22 deletions

17
vimrc
View File

@ -14,6 +14,7 @@ set history=50
set nohlsearch
set nostartofline
set autochdir
set paste
set nofoldenable
" set background=dark
@ -120,12 +121,12 @@ nnoremap <silent> <Leader>tt :below terminal<CR>
" GIT
"""""""""""""""
nnoremap <silent> <Leader>gh :GitGutterLineHighlightsToggle<CR>
nnoremap <silent> <Leader>gc :Gcommit -a<CR>
nnoremap <silent> <Leader>gs :Gstatus<CR>
nnoremap <silent> <Leader>gc :Git commit -a<CR>
nnoremap <silent> <Leader>gs :Git<CR>
nnoremap <silent> <Leader>ga :Git add -p<CR>
nnoremap <silent> <Leader>gm :Gcommit --amend<CR>
nnoremap <silent> <Leader>gp :Gpull<CR>
nnoremap <silent> <Leader>gP :Gpush<CR>
nnoremap <silent> <Leader>gm :Git commit --amend<CR>
nnoremap <silent> <Leader>gp :Git pull<CR>
nnoremap <silent> <Leader>gP :Git push<CR>
""""""""""""""""""
" Airline customizations
@ -199,12 +200,6 @@ nnoremap <silent> <S-Up> V
vnoremap <silent> <S-Down> j
vnoremap <silent> <S-Up> k
" Terminal/Filemanager
" nnoremap <silent> <F9> :OpenTerminal<CR>
" nnoremap <silent> <F10> :OpenFilemanager<CR><CR>
nnoremap <silent> <Leader>of :OpenFilemanager<CR>
" Map Ctrl-T to new tab and Ctrl-W to close tab
" Map Ctrl-S to save
if !(has('mac') || has('macunix'))