Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few suggests #15

Closed
ruichao-factual opened this issue Oct 25, 2013 · 2 comments
Closed

A few suggests #15

ruichao-factual opened this issue Oct 25, 2013 · 2 comments

Comments

@ruichao-factual
Copy link

  1. set a longer timeoutlen. 0.5 second is a little short
set tm=1000

2.set t_ti= t_te= is annoying . Vim has permanent undo history.

  1. If you want to map ctrl + space to ?
use map <c-@> ?
  1. duplicate
set showcmd
  1. pastetoggle comment mistake, should be
@wklken
Copy link
Owner

wklken commented Oct 25, 2013

thx for the suggestions

set t_ti= t_te=

set this is because I always need to copy something when I exit vim in command line.
U can remove it.

ctrl + space

use map <c-@> ?

When use Mac, that will call spotlight.......


@wklken
Copy link
Owner

wklken commented Nov 30, 2013

fixed!
thx!

@wklken wklken closed this as completed Nov 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants