From 35c8ff658cf7ef3c13f797d09f1f78891620e63f Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 29 Sep 2020 14:33:15 +0300 Subject: [PATCH] S-F6 is changed with the new tmux --- vim/.vim/ftplugin/python/pylint.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.44.0