-
Notifications
You must be signed in to change notification settings - Fork 76
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
Always in command mode, most of the time #45
Comments
For number 2, do you have the option |
Yeap. I think this option only sets command mode, when Sublime starts up |
Hmm, for me it causes every new tab to start in command mode. |
Yep, I can verify this as well. However, what I am asking for is: First scenario:
Second scenario:
|
Neither of your scenarios reflect vim/gvim's behavior (at least, not on ubuntu 10.04) For your first scenario, in vim/gvim, if you click anywhere in a file while in INSERT mode, it stays in INSERT mode. For your second scenario, in vim/gvim, the INSERT state transfers from tab to tab (assuming you're clicking, of course, and not using |
The scenarios I described above reflect Macvim. This is also the same behavior I see when I use VicoApp. I guess for vim in Ubuntu, things are different. In this case, would it be possible to allow the user to select which approach to take? Either:
|
I just checked MacVim and it works exactly how gvim/vim are working in Ubuntu. Maybe there is something special in your vimrc? |
I just looked at my vimrc @ https://github.com/krzkrzkrz/macvim/blob/master/vimrc Don't think I have anything there too specific to this. In any case is it possible to include the requested feature to Vintage? Would be great to have it as some kind of option. |
Any idea if this feature can be implemented? |
At least for the second scenario there's a solution, view my comment in #73 |
Is it possible to always have Vintage in command mode most of the time?
For example, consider these 2 scenarios:
These two behaviors are quite Vim-like. Would be great to have them.
The text was updated successfully, but these errors were encountered: