Big Pile of Vim-Like
131–133 of 133 posts
Re: Big Pile of Vim-Like
#132In 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…
Re: Big Pile of Vim-Like
#133Earlier 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