Joined July 2012
·

Kevin Suttle

Senior Product Designer at IBM Design
·
Cincinnati, OH
·
·
·

@Mycamerafocus: I don't think you can. Focus can only be on one pane at a time.

Posted to A better git log over 1 year ago

Call me old fashioned. I use the alias glo mapped to

git log --decorate --oneline --graph and that works well for me.

Or, if I'm feeling like I need something a bit different, glg , which is mapped to

git log --decorate --graph --abbrev-commit --date=relative

https://github.com/kevinSuttle/dotfiles/blob/master/git/aliases.zsh#L11

Posted to Best way to leave insert mode over 1 year ago

It seems to be a convention to leave Insert mode by remapping 'jj' to ESC. Works for me quite well. https://github.com/kevinSuttle/dotfiles/blob/master/vim/.vimrc#L24

Thanks for sharing this. Perfectly-timed for me.

Achievements
470 Karma
83,281 Total ProTip Views