I am running into several problems because vim\'s tabs are, for the lack of a better term, god awful. I want to start using multiple Gnome tabs instead, each with a differen
"Ctrl-c to copy in + buffer from visual mode
vmap "+y
"Ctrl-p to paste from the + register in cmd mode
map "+p
"Ctrl-p to paste from the + register while editing
imap