tpope/vim-speeddating

Key binding conflicts with screen

gezpage opened this issue · 2 comments

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

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.

Thanks Tim, too easy!