LunarVim/ftplugin/python.vim

12 lines
215 B
VimL
Raw Normal View History

2019-02-17 18:03:58 +01:00
" Python specific settings.
setlocal tabstop=4
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