vim

For reasons best known to core-dev, the set nocompatible flag is not enabled in vim by default so the cursor keys might play up:

Edit ~/.vimrc or /etc/vim/vimrc (for system wide) and add:

set nocompatible

Commands

Cut'n'paste

yy
pp