diff options
Diffstat (limited to 'vim')
-rw-r--r-- | vim/after/ftplugin/python.vim | 4 | ||||
-rw-r--r-- | vim/vimrc | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/vim/after/ftplugin/python.vim b/vim/after/ftplugin/python.vim new file mode 100644 index 0000000..2a3d549 --- /dev/null +++ b/vim/after/ftplugin/python.vim @@ -0,0 +1,4 @@ +setlocal shiftwidth=4 +setlocal tabstop=4 +setlocal softtabstop=4 +setlocal expandtab @@ -78,9 +78,6 @@ set noexpandtab " Automatically hide buffers instead of requiring bangcommands set hidden -" Yank to clipboard/selection by default -set clipboard=unnamed,unnamedplus - " Easier window moving map <C-h> <C-w>h map <C-j> <C-w>j |