Earlier quoted context omitted.
Where can I find hop? All my search results talk about traceroutes.
It looks like it might be this one: https://github.com/Cue/hop
Ask HN: Little hacks that make your life easier?
51–60 of 84 posts
Re: Ask HN: Little hacks that make your life easier?
#52Re: Ask HN: Little hacks that make your life easier?
#53Earlier quoted context omitted.
Nice. I am stealing this. I have the leader mapped to . And I move around splits and tabs using this. "New horizontal split nmap s :split "New vertical split nmap v :vsplit "New tab nmap t :tabe "Easy close nmap q :q " Split navigation nmap j j nmap k k nmap h h nmap l l "Tabs like Vimium noremap :tabprevious noremap :tabnext
You should check out `:help CTRL-W_v` and most of `:help opening-window` in general; the first few of your shortcuts are already in Vim by default. I had similar shortcuts until a serendipitous trip into the help docs.
I forgot to mention that I have mapped Space+P to CtrlP fuzzy finder. That too is a one pinch like operation, even though it requires two keypresses.
Re: Ask HN: Little hacks that make your life easier?
#541. Synergy I use Synergy to use my netbook's keyboard and touchpad for my workstation. I just zoom everything up on the workstation and lay back on the bed and code. Very cool. Bash alias on both systems is "synergize" The next thing that I am going to do is switch the server and client roles automatically so that when I am using the workstation I would be able to control my netbook. 2. Tmux I ssh to the workstation…
I have Caps Lock mapped to Alt instead, which pairs nicely with various app hotkeys (Alt+T for iTerm2, Alt+E for Sublime, Alt+S for Skype, Alt+Space to pop Alfred, etc), plus the Cmd+Alt+whatever bindings for various things.
Re: Ask HN: Little hacks that make your life easier?
#55Earlier quoted context omitted.
Whats this do?
Easily increases your productivity by factor of 2-4.
Re: Ask HN: Little hacks that make your life easier?
#56If I need to take something with me out of the house that I don't normally take (i.e. NOT my laptop bag, keys, etc), I leave it on the floor beside the door out of my apartment. Which means I can't help but look at it when walking out the door.
Re: Ask HN: Little hacks that make your life easier?
#57I don't use deodorant. At all. I haven't for about two years now. And I guarantee you that I have less underarm smell than you. Every morning I splash a squirt of rubbing alcohol under each arm. No smell, no white powder, no creepy aluminum salts.
Re: Ask HN: Little hacks that make your life easier?
#58I don't use deodorant. At all. I haven't for about two years now. And I guarantee you that I have less underarm smell than you. Every morning I splash a squirt of rubbing alcohol under each arm. No smell, no white powder, no creepy aluminum salts.
As someone who's used them for probably a decade now, I wonder what you think is creepy about them?
Also, I've read about some rubbing alcohols not being safe for long term use, have you heard this, and what have you settled on?
Re: Ask HN: Little hacks that make your life easier?
#59Resealable sandwich bags. I use them to portion food, either raw or cooked, and freeze. It means even if I'm working 50+ hours this week I can cook a couple of meals on Sunday and be sorted for the week. It also means that, since I live communally but cook by myself, I don't have to eat the same meal for four days in a row.
Re: Ask HN: Little hacks that make your life easier?
#601. Synergy I use Synergy to use my netbook's keyboard and touchpad for my workstation. I just zoom everything up on the workstation and lay back on the bed and code. Very cool. Bash alias on both systems is "synergize" The next thing that I am going to do is switch the server and client roles automatically so that when I am using the workstation I would be able to control my netbook. 2. Tmux I ssh to the workstation…
I don't find myself needing Esc very often in Vim. Then again, I do have jk mapped to Esc, and ;; maps to Esc: which is usually why I want to leave insert mode in the first place. I have Caps Lock mapped to Alt instead, which pairs nicely with various app hotkeys (Alt+T for iTerm2, Alt+E for Sublime, Alt+S for Skype, Alt+Space to pop Alfred, etc), plus the Cmd+Alt+whatever bindings for various things.
One caveat, however. I recently switch to OS X and have yet to figure out how to get alt/option to behave this way. Really my only major gripe about OS X vs. linux.