mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-30 06:39:33 +02:00
fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing
This commit is contained in:
parent
718b37578c
commit
1b5b78fdac
11 changed files with 35 additions and 13 deletions
|
@ -4,3 +4,8 @@ setlocal shiftwidth=4
|
|||
setlocal expandtab
|
||||
setlocal autoindent
|
||||
setlocal smarttab
|
||||
|
||||
nnoremap <C-h> <C-w>h
|
||||
nnoremap <C-j> <C-w>j
|
||||
nnoremap <C-k> <C-w>k
|
||||
nnoremap <C-l> <C-w>l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue