This commit is contained in:
Pavel Korytov 2019-10-21 10:18:03 +03:00
commit 315e167fbd

View file

@ -167,9 +167,11 @@ noremap <silent> <ScrollWheelDown> :call comfortable_motion#flick(40)<CR>
noremap <silent> <ScrollWheelUp> :call comfortable_motion#flick(-40)<CR>
nnoremap <Tab> :TagbarToggle<CR>
nnoremap <Leader>s :%s/\<<C-r><C-w>\>/
nnoremap <C-p> :Files<CR>
:tnoremap <Esc> <C-\><C-n>
nnoremap , :lclose<CR> :pclose<CR> :cclose<CR>
nnoremap , :lclose<CR> :pclose<CR> :cclose<CR> :noh<CR>
noremap - ddkP
noremap _ ddp
@ -371,7 +373,7 @@ let g:startify_custom_header = [
\ ' /____/\__, /_/ \__/_/ /_/_/_/ /_/\__,_/____/\____/_/ /_/\___/ ',
\ ' /_/ ',
\ ' ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――',
\ ' Unity. Precision. Perfection. ',
\ ' Conquering the darkest places ',
\ ]
" }}}