]> Sergey Matveev's repositories - dotfiles.git/blobdiff - vim/.vim/ftplugin/python/pylint.vim
S-F6 is changed with the new tmux
[dotfiles.git] / vim / .vim / ftplugin / python / pylint.vim
index c9f605ca1fcdce4e01a0bc334b745f05454a95a5..f0dd0a7ac0a3387e7368dfa0fa64d3f01699e669 100644 (file)
@@ -95,5 +95,5 @@ function! PylintStart()
 endfunction()
 
 map <F6> :unlet! g:pylint_disable<CR>:call PylintStart()<CR>
-map \e[17;2~ :redraw!<CR>:copen<CR>
+map \e[32~ :redraw!<CR>:copen<CR>
 autocmd BufWritePost *.py call PylintStart()