Closed ubaldot closed 2 years ago
I added the following to my .vimrc:
.vimrc
autocmd Filetype python nnoremap <F9> <leader>w but it won't work.
autocmd Filetype python nnoremap <F9> <leader>w
let g:sendtorepl_invoke_key = "<F9>"
I added the following to my
.vimrc
:autocmd Filetype python nnoremap <F9> <leader>w
but it won't work.