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

add two line default config #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add two line default config #333

wants to merge 1 commit into from

Conversation

awkj
Copy link

@awkj awkj commented Jul 8, 2018

I add a issue https://github.com/liuchengxu/space-vim/issues/328
thanks author help me to solve it.
I think norelative number and mouse support is frequently-used config, so I try to add it to .spacevim.

@liuchengxu
Copy link
Owner

Mouse support have been added by default, see https://github.com/liuchengxu/vim-better-default/blob/master/plugin/default.vim#L34, :verbose set mouse?. FYI, set mouse-=a is not to add the mouse support but to remove instead.

" If your want open mouse support, uncomment the line below
" set mouse-=a

" If your don't want relative number, uncomment the line below
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo -> If you don't want the relative number

@liuchengxu
Copy link
Owner

I'm fine with the no relative number instruction, but the mouse part is needless.

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

Successfully merging this pull request may close these issues.

2 participants