As a user of the "--color" flag for the `ip` command, I'd love to see tools like dig produce more modern output
https://github.com/ogham/dog is pretty good in that regard
HN user
As a user of the "--color" flag for the `ip` command, I'd love to see tools like dig produce more modern output
https://github.com/ogham/dog is pretty good in that regard
If you're already using IdeaVim there's https://plugins.jetbrains.com/plugin/13360-ideavim-easymotio..., or AceJump (https://plugins.jetbrains.com/plugin/7086-acejump) if you're not, which is what the IdeaVim-EasyMotion leverages in any case.
I think the news is that these songs were not licensed for the remasters and don't appear in the remastered versions.
You could try Vim Vixen as an alternative: https://addons.mozilla.org/en-US/firefox/addon/vim-vixen/
Also one who writes more configuration than code and babysits rollouts
More like inconvenience than trouble, I would say, as most prominent VPN providers are blocked at IP level.
Toggling pretty printing via `cider-repl-toggle-pretty-printing` may provide a workaround there. Courtesy of: https://github.com/clojure-emacs/cider/issues/1115
You can also use `H` for back and `o` for opening the URL prompt, among others. That requires you to be in the insert mode for typing in input boxes or interacting with the website you're on via keyboard shortcuts though.
I wonder what this would mean for hangups:
Not sure if I get exactly what you are looking for, but abduco[0] (with or without dvtm[1]) might serve you better.
The select builtin might help in your case:
http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_06.htm...
Since you mentioned Bitbucket's file search, fzf[1] immediately springs to my mind. I don't know how well it would scale to your use case but it supports pattern and regexp based searching.
For non-mobile use-cases the passmenu script distributed with pass comes in handy:
http://git.zx2c4.com/password-store/tree/contrib/dmenu/passm...
It types the selected password via xdotool.
I'm guessing that it has to do with the focus behaviour of the mouse. If that's the case then it would be the 'focus_follows_mouse' variable. It is set thusly:
http://i3wm.org/docs/userguide.html#_focus_follows_mouse
Then again I may be sadly, sadly mistaken.