diff options
author | Chris <[email protected]> | 2020-04-23 22:44:32 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-23 22:44:32 -0400 |
commit | 29b0a5c47862f387c5905a85d2c03e056003b915 (patch) | |
tree | 7b8e4c064e9285f685a9e1c14d00e5d9c81b117c /ftplugin/python.vim | |
parent | 6f4727d620f50e31f5043f33b6bccd86c8d73972 (diff) |
auto push
Diffstat (limited to 'ftplugin/python.vim')
-rw-r--r-- | ftplugin/python.vim | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ftplugin/python.vim b/ftplugin/python.vim deleted file mode 100644 index 41dd3ff0..00000000 --- a/ftplugin/python.vim +++ /dev/null @@ -1,11 +0,0 @@ -" 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 |