Y
Hacker News
new
|
ask
|
show
|
jobs
by
netmute
5385 days ago
Sublime Texts vintage mode doesn't feel like vim at all. Even basic things like ':x' are missing.
2 comments
methodin
5385 days ago
By the same token it would be a great way for new users to learn vim while maintaining the comforts of ctrl-c ctrl-v and tab indents etc...
link
akmiller
5385 days ago
MacVim is great for that (if, of course, you are on a mac). It has all the great vi stuff along with the core OS style commands that everyone is familiar with. I believe gVim on Windows does the same but I'm not positive on that.
link
kisielk
5384 days ago
See :behave mswin
link
alexis-d
5384 days ago
How would you do that? ctrl-v for instance is really useful in Vim.
link
atourino
5385 days ago
You can probably implement these things yourself once you notice them missing.
link