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

Some new possible features #11

Closed
diraol opened this issue Nov 1, 2012 · 1 comment
Closed

Some new possible features #11

diraol opened this issue Nov 1, 2012 · 1 comment

Comments

@diraol
Copy link

diraol commented Nov 1, 2012

Hi, i've some remapings that i've seen on some vimrc on the web that i think it could improve a little bit your fantastic work.

First i think you could use "set number" for standard.
Together with that you could remap the F2 key to 'unset' the numbers: nnoremap < F2 > :set nonumber!< CR >.

And then it would be wonderfull to add CTAGS to have the "class/function/method search" resource, like this:
http://amix.dk/blog/post/19329
(I've it mapped on my F4 key, like this: map < F4 > :TlistToggle< CR >).

@amix
Copy link
Owner

amix commented Nov 5, 2012

It's actually a choice to not include numbers :-) You can view the numbers at bottom right... And if you need to jump to a line 55 you can do 55gg in normal mode. Having numbers for me is visual clutter.

If you do want numbers you can override it in .vim_runtime/my_configs.vim

Regarding ctags... I don't know why I stopped using them. I think it's probably because I vimgrep to find definitions. But I think I must revisit this as ctags seem to be very smart and I used them at some point.

Regards,
Amir

@amix amix closed this as completed Nov 5, 2012
RandyMcMillan pushed a commit to RandyMcMillan/vimrc that referenced this issue Nov 4, 2019
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