From: Sergey Matveev Date: Tue, 29 Sep 2020 11:33:15 +0000 (+0300) Subject: S-F6 is changed with the new tmux X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=35c8ff658cf7ef3c13f797d09f1f78891620e63f S-F6 is changed with the new tmux --- diff --git a/vim/.vim/ftplugin/python/pylint.vim b/vim/.vim/ftplugin/python/pylint.vim index c9f605c..f0dd0a7 100644 --- a/vim/.vim/ftplugin/python/pylint.vim +++ b/vim/.vim/ftplugin/python/pylint.vim @@ -95,5 +95,5 @@ function! PylintStart() endfunction() map :unlet! g:pylint_disable:call PylintStart() -map [17;2~ :redraw!:copen +map [32~ :redraw!:copen autocmd BufWritePost *.py call PylintStart()