UPDATE: It does have a category of plugins.... it's a separate tab at the top disguised as a button
Big Pile of Vim-Like
91–100 of 133 posts
Re: Big Pile of Vim-Like
#92Why is "IDEs, Word Processors, Editors with Vi-modes" missing IntelliJ/JetBrains, VSCode, Atom, and Sublime? All of those have vim modes (of varying quality, I'm sure).
Re: Big Pile of Vim-Like
#93Earlier quoted context omitted.
Same here - I used qutebrowser exclusively for a couple months, but in the end I couldn't handle all the annoying popups and autoplaying videos in modern websites - all things that you can block with a single plugin in Firefox, together with ads. Too bad, because Vim plugins never allow full UI control in Firefox(e.g. closing an empty "new tab" is impossible with Vim plugins). Recently I switched from Vimium to Surfi…
Try Vivaldi (chromium based browser with a LOT of settings). I had the same problem until I downloaded it, you can natively bind a key to close current tab, it will work on new tabs (and files)
Not quite what I'm looking for. I've tried so many browsers and in the end I've always come back to Firefox.
Re: Big Pile of Vim-Like
#94Earlier quoted context omitted.
Same here - I used qutebrowser exclusively for a couple months, but in the end I couldn't handle all the annoying popups and autoplaying videos in modern websites - all things that you can block with a single plugin in Firefox, together with ads. Too bad, because Vim plugins never allow full UI control in Firefox(e.g. closing an empty "new tab" is impossible with Vim plugins). Recently I switched from Vimium to Surfi…
>closing an empty "new tab" is impossible with Vim plugins ctrl+w (is default browser shortcut)
Re: Big Pile of Vim-Like
#95Missing from this list: Vimium - Vim for Chrome Ideavim - Vim for IntelliJ/PyCharm/WebStorm
Re: Big Pile of Vim-Like
#96The one of these that I've come to adore the most is the ranger file manager. I almost never use any GUI file managers (or command line tools, for that matter) for file management after starting to use ranger seriously. It's so fast and works exactly the way I want it to. I've also hooked my terminal up such that I'm cd'ed into whatever folder I last navigated to in ranger (I use the alias `rd` for this), so I virtua…
Protip: If you use bash or zsh, you can source the ranger executable for this behavior (so the full command would be ". ranger"). If you're on fish, there is a patch pending for review, that soon will be available on master.
Re: Big Pile of Vim-Like
#97Earlier quoted context omitted.
Try Vivaldi (chromium based browser with a LOT of settings). I had the same problem until I downloaded it, you can natively bind a key to close current tab, it will work on new tabs (and files)
I have tried Vivaldi multiple times, the last time it still had noticeable input delay and slow performance...but support for Philips Hue lights. Not quite what I'm looking for. I've tried so many browsers and in the end I've always come back to Firefox.
Re: Big Pile of Vim-Like
#98In the graphical browser category, I have tried Qutebrowser and it is neat. However, Firefox remains as my primary web browser. I use the Vimium plugin with Firefox. It provides Vim-like key bindings for many commonly used browsing tasks. My most favourite commands in Vimum are 'f' and 'F'. The 'f' or 'F' command creates key combinations for all the links found in the page. It highlights the key combinations in littl…
Ever since I started using vimium, it's become a need for me. It's the reason I don't use safari despite its better performance on a macbook. Weirdly enough, none of the people I've tried to convince to use it has stuck with it - all very tech literate people.
Re: Big Pile of Vim-Like
#99Re: Big Pile of Vim-Like
#100When I see things like this, it reminds me that what makes vim special is not the software but it’s keybindings. That is why there are so many clones like spacemacs or VScodeVim. You can take the vim keys and you basically have the whole package but using your own software.
Probably not just keybindings but vi's mnemonic combinations, in particular. It's an entire language that makes vi(m) insanely expressive.