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:
ChristianChiarulli 2019-02-26 20:31:15 -05:00
parent 718b37578c
commit 1b5b78fdac
11 changed files with 35 additions and 13 deletions

View file

@ -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