sillybun / vim-repl

Best REPL environment for Vim
GNU General Public License v2.0
446 stars 39 forks source link

How to map <F9> to <leader>w? #142

Closed ubaldot closed 2 years ago

ubaldot commented 2 years ago

I added the following to my .vimrc:

autocmd Filetype python nnoremap <F9> <leader>w but it won't work.

ubaldot commented 2 years ago

let g:sendtorepl_invoke_key = "<F9>"