Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
zehemer
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
zehemer
3y ago
> 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
2.
▲
by
zehemer
4y ago
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
3.
▲
by
zehemer
5y ago
I think the news is that these songs were not licensed for the remasters and don't appear in the remastered versions.
4.
▲
by
zehemer
6y ago
You could try Vim Vixen as an alternative: https://addons.mozilla.org/en-US/firefox/addon/vim-vixen/
5.
▲
Amazon suing employee leaving for Google over non-compete
(cnbc.com)
2 points
by
zehemer
6y ago
|
0 comments
6.
▲
by
zehemer
6y ago
https://youtu.be/-zRN7XLCRhc?t=2304
7.
▲
by
zehemer
6y ago
Also one who writes more configuration than code and babysits rollouts
8.
▲
by
zehemer
7y ago
More like inconvenience than trouble, I would say, as most prominent VPN providers are blocked at IP level.
9.
▲
by
zehemer
9y ago
Toggling pretty printing via `cider-repl-toggle-pretty-printing` may provide a workaround there. Courtesy of: https://github.com/clojure-emacs/cider/issues/1115
10.
▲
by
zehemer
10y ago
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.
11.
▲
by
zehemer
10y ago
I wonder what this would mean for hangups: https://github.com/tdryer/hangups
12.
▲
by
zehemer
10y ago
Not sure if I get exactly what you are looking for, but abduco[0] (with or without dvtm[1]) might serve you better. [0]: http://www.brain-dump.org/projects/abduco/ [1]: http://www.brain-dump.org/pr
13.
▲
by
zehemer
10y ago
The select builtin might help in your case: http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_09_06.htm...
14.
▲
by
zehemer
11y ago
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. [1]: https://github.com/
15.
▲
by
zehemer
11y ago
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.
16.
▲
by
zehemer
13y ago
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#_fo