Key binding conflicts with screen
gezpage opened this issue · 2 comments
gezpage commented
Hi there,
Is there a simple way to remove the CTRL-A key mapping and remap to something else? This conflicts with the shortcut key used in GNU screen - the terminal multiplexer.
Apart from this it's a really useful plugin.
Thanks.
Gez
tpope commented
You can :nmap whatever <C-a>
, like any other map in Vim.
But really, it's GNU screen that has the dumb map. I change it to CTRL-Z, myself.
gezpage commented
Thanks Tim, too easy!