]> Sergey Matveev's repositories - dotfiles.git/commitdiff
S-F6 is changed with the new tmux
authorSergey Matveev <stargrave@stargrave.org>
Tue, 29 Sep 2020 11:33:15 +0000 (14:33 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 29 Sep 2020 11:33:15 +0000 (14:33 +0300)
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()