Live data from Hacker News

Big Pile of Vim-Like

vim.reversed.top

131–133 of 133 posts

Re: Big Pile of Vim-Like

#132
post #11

In 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…

You may want to have a look at vim-vixen but it's only available on firefox, I use vimium on chromium but prefer vim-vixen.

Re: Big Pile of Vim-Like

#133

Earlier quoted context omitted.

I don't observe a difference between `ranger` and `. ranger` in zsh. What am I supposed to notice?

With `. ranger`, if you change directory and then exit, the shell's working directory changes to where you left off in Ranger. $ pwd /home/grandpa $ ranger [ ... change directory ... ] $ pwd /home/grandpa vs $ . ranger [ ... change directory ... ] $ pwd /home/grandpa/src

Got it. Thanks.
Post reply on HN