tpope / vim-speeddating

speeddating.vim: use CTRL-A/CTRL-X to increment dates, times, and more
http://www.vim.org/scripts/script.php?script_id=2120
969 stars 40 forks source link

Key binding conflicts with screen #8

Closed gezpage closed 12 years ago

gezpage commented 12 years ago

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 12 years ago

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 12 years ago

Thanks Tim, too easy!