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

Incremental and case insensitive search #124

Open
sunjay opened this issue Jan 13, 2016 · 1 comment
Open

Incremental and case insensitive search #124

sunjay opened this issue Jan 13, 2016 · 1 comment

Comments

@sunjay
Copy link

sunjay commented Jan 13, 2016

To make searching within a file faster and more convenient, I enable the following settings in my .vimrc:

" Makes search act like most modern browsers (immidiately finds)
set incsearch
" These two, when set together make searches containing capital letters
" case sensitive
set ignorecase
set smartcase

Is/Can there be a way to enable this in ex-mode?

@jazzpi
Copy link
Collaborator

jazzpi commented Aug 15, 2016

smartcase is already supported by vim-mode (via its "Use Smartcase For Search" option), ignorecase isn't (but I guess most people don't use that on its own anyways). incsearch isn't supported by vim-mode and can't be implemented in ex-mode, and there's an issue open at atom/vim-mode#493.

I added support for :set smartcase in #163 though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants