Pressing command-v in terminal mode does nothing.
I'd expect it to paste from the clipboard. Command-v pastes from the clipboard in all other modes, and appears to be unmappable in any mode (e.g. tnoremap <D-v> <C-w>"+ does nothing).
Ideally command-v would be mappable, and there'd just be default mappings that implement paste-from-clipboard. But if that's not possible, it'd be great if :terminal mode pasting worked like the other modes.
Pressing command-v in terminal mode does nothing.
I'd expect it to paste from the clipboard. Command-v pastes from the clipboard in all other modes, and appears to be unmappable in any mode (e.g.
tnoremap <D-v> <C-w>"+does nothing).Ideally command-v would be mappable, and there'd just be default mappings that implement paste-from-clipboard. But if that's not possible, it'd be great if :terminal mode pasting worked like the other modes.