Earlier quoted context omitted.
The only thing preventing me from using is the slight lag it introduce each time is used in insert mode. It is bearable with ',', but I cannot stand it with . If it is possible to remove completely this lag (not simply reduce it), then it would be awesome.
Apologies if this is incorrect (on my phone atm) but I've been using as leader for two years now, and have never ever noticed lag in insert mode. Perhaps it's a setting you have enabled/disabled, or unrelated to vim?
Vim after 15 Years
101–110 of 176 posts
Re: Vim after 15 Years
#102Re: Vim after 15 Years
#103Earlier quoted context omitted.
I have not heard any good argument for a leader key better than . f, t, b for fzf (and t is not a stretch on my keyboard layout)
The only thing preventing me from using is the slight lag it introduce each time is used in insert mode. It is bearable with ',', but I cannot stand it with . If it is possible to remove completely this lag (not simply reduce it), then it would be awesome.
Re: Vim after 15 Years
#104If you're going to use buffers (which you should), make sure to set hidden otherwise you'll get an error message when you try to swap to a different buffers when you have unsaved changes in your current buffer,
Re: Vim after 15 Years
#105Vim, apparently, is the new emacs. /me ducks and runs out of the room
That's what I don't get: for years, vi (and vim) mocked the emacs community (with some justification) for throwing everything and the kitchen sink into our editor. We were building an entire operating environment, while vi was providing a nice, solid, fast text editor. But with vim & neovim, people are building a complex operating environment in a terrible language, and ignoring the man-centuries of effort which have…
Re: Vim after 15 Years
#106Maybe I'm weird but I don't use any plugins. When I want more than what Vim does I use something else. Autocomplete, find usages, etc? I'll use an IDE for that. When I need to refactor a 500MB text file without hanging my machine, I'll use vim.
Re: Vim after 15 Years
#107Vim, apparently, is the new emacs. /me ducks and runs out of the room
That's what I don't get: for years, vi (and vim) mocked the emacs community (with some justification) for throwing everything and the kitchen sink into our editor. We were building an entire operating environment, while vi was providing a nice, solid, fast text editor. But with vim & neovim, people are building a complex operating environment in a terrible language, and ignoring the man-centuries of effort which have…
Re: Vim after 15 Years
#108Vim, apparently, is the new emacs. /me ducks and runs out of the room
I think there's loads of great ideas in emacs we can use for inspiration. I've tried Spacemacs a couple of times, it's very good but not for me I think. I'd be happy to import ideas like dired though.
Re: Vim after 15 Years
#109I've been using vim about 20 years now. Maybe I'm weird but I don't use any plugins. When I want more than what Vim does I use something else. Autocomplete, find usages, etc? I'll use an IDE for that. When I need to refactor a 500MB text file without hanging my machine, I'll use vim.
Re: Vim after 15 Years
#110I made a Vim plugin to use 'normal' sublime/atom-like keybindings: https://github.com/tombh/novim-mode I have an almost identical setup as that described in this post. Being in the terminal and integrating with tmux is a wonderful environment - lightweight and immersive. And all these Vim plugins are of such good quality - are Vim plugin authors perhaps of a different, geekier, ilk? So it's a shame that vanilla Vim i…
Many newcomers using your plugin will have a huge problem when using vanilla VIM. The same problem exist with Spacemacs, Spacevim or other weird things. If someone don't want to use VIM modal editing why not to stay with Sublime/Atom/VSCode or any other editor? They also have very rich plugins ecosystem. Not mentioning that Sublime is like crazy fast... To clarify it's not an attack on anyone. For instance evil mode…
For Vim learners I really think that GVim is a great tool because eg it doesn't do bad things when hit some keys you're used to with muscle memory such as copy/paste and Ctrl+arrow.
It has dropdown menus with the commands on so you can learn from them.
Once you're comfortable in GVim it's easy to switch to regular Vim.
Plus I use it on Windows as handles fonts and syntax highlighting better.