Thursday, August 29, 2013

Re: Fwd: vim: what the current best practice to work with excel file (xlsx)?

Hi ping!

On Mi, 28 Aug 2013, ping song wrote:

> hi Chris:
> did you add any new feature to solve this problem?

This problem is better addressed at me directly or using the github
issue tracker. I don't think it makes sense to bother this list with it.

> today I use your plugin to open another 20M csv file, and since I mapped my
> <blank> key into C-f, it froze for quite a while on my keystroke again...
> can I config the plugin to use other keystroke for what it is doing with
> <blank> key?

This problem has been solved since you mentioned it the last time.
Simply set :let g:csv_nomap_<key> = 1 into your .vimrc, e.g. if you
don't want to have space mapped, use

:let g:csv_nomap_space = 1

Note, this is also described in the help at :h csv-mapping

regards,
Christian
--
Man muß, schon aus Welt, dem andern auch nicht das geringste
Unangenehme sagen, sobald man nicht ihn oder sich bessern damit will
oder kann. »Sage nicht zum Mietsherrn, deine Zimmer haben keine
Morgensonne.«
-- Jean Paul

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: