mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
Merge branch 'master' of https://github.com/SqrtMinusOne/configs
This commit is contained in:
commit
315e167fbd
1 changed files with 4 additions and 2 deletions
|
|
@ -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 ',
|
||||
\ ]
|
||||
|
||||
" }}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue