From 1b5b78fdac6c8182f583d4875c621c6e6566182b Mon Sep 17 00:00:00 2001 From: ChristianChiarulli Date: Tue, 26 Feb 2019 20:31:15 -0500 Subject: fixed C-l in pydoc overriding my window move mapping, some toggle cammands still don't work, also fixed backticks not appearing --- ftplugin/python.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ftplugin') diff --git a/ftplugin/python.vim b/ftplugin/python.vim index 713a50c1..41dd3ff0 100644 --- a/ftplugin/python.vim +++ b/ftplugin/python.vim @@ -4,3 +4,8 @@ setlocal shiftwidth=4 setlocal expandtab setlocal autoindent setlocal smarttab + +nnoremap h +nnoremap j +nnoremap k +nnoremap l -- cgit v1.2.3