Is there any way in my .vimrc file to use the command set list! with a keybind like F3 so it functions like this paste toggle set pastetoggle=
set list!
set pastetoggle=
You can put this in your .vimrc file:
.vimrc
" F3: Toggle list (display unprintable characters). nnoremap :set list!