nvim: init.vim: Use of K conflicts with document access
Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com>
This commit is contained in:
parent
a4ab466df0
commit
e2c94e87d6
1 changed files with 0 additions and 7 deletions
|
@ -204,11 +204,6 @@ cnoremap <Esc> <Nop>
|
|||
nnoremap ; :
|
||||
" Use Q to execute default register.
|
||||
nnoremap Q <Nop>
|
||||
" Smooth scroll
|
||||
nmap <S-J> <Plug>(SmoothieDownwards)
|
||||
nmap <S-K> <Plug>(SmoothieUpwards)
|
||||
nmap <S-F> <Plug>(SmoothieForwards)
|
||||
nmap <S-B> <Plug>(SmoothieBackwards)
|
||||
|
||||
" For Fuzzy
|
||||
nnoremap ff :GFiles<CR>
|
||||
|
@ -663,8 +658,6 @@ let g:jedi#completions_enabled = 0
|
|||
let g:lisp_rainbow=1
|
||||
" For Purescript
|
||||
let g:psc_ide_auto_imports = 1
|
||||
" For vim-smoothie. We want to Shift instead of Ctrl for scroll.
|
||||
let g:smoothie_no_default_mappings = 1
|
||||
|
||||
" ----------------------------- Functions ------------------------------------
|
||||
function! Cscope(option, query)
|
||||
|
|
Loading…
Reference in a new issue