Compare commits
2 Commits
015b72cbef
...
109d1b46a6
| Author | SHA1 | Date | |
|---|---|---|---|
|
109d1b46a6
|
|||
|
efa3e34d02
|
@ -187,6 +187,12 @@ nnoremap U :redo<Enter>
|
|||||||
nnoremap <leader>a :CocAction<Enter>
|
nnoremap <leader>a :CocAction<Enter>
|
||||||
nnoremap <leader>r :CocCommand document.renameCurrentWord<Enter>
|
nnoremap <leader>r :CocCommand document.renameCurrentWord<Enter>
|
||||||
|
|
||||||
|
" grammarous
|
||||||
|
nmap <leader>gc :GrammarousCheck<Enter>
|
||||||
|
nmap <leader>gq <Plug>(grammarous-close-info-window) <Plug>(grammarous-reset)
|
||||||
|
nmap <leader>gn <Plug>(grammarous-move-to-next-error) <Plug>(grammarous-open-info-window)
|
||||||
|
nmap <leader>gN <Plug>(grammarous-move-to-previous-error) <Plug>(grammarous-open-info-window)
|
||||||
|
|
||||||
" vim-smooth-scroll hotkey overrides
|
" vim-smooth-scroll hotkey overrides
|
||||||
noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 0, 3)<CR>
|
noremap <silent> <c-u> :call smooth_scroll#up(&scroll, 0, 3)<CR>
|
||||||
noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 0, 3)<CR>
|
noremap <silent> <c-d> :call smooth_scroll#down(&scroll, 0, 3)<CR>
|
||||||
|
|||||||
@ -21,5 +21,8 @@
|
|||||||
reflog = delta
|
reflog = delta
|
||||||
show = delta
|
show = delta
|
||||||
|
|
||||||
|
[diff]
|
||||||
|
external = difft
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|||||||
Reference in New Issue
Block a user