summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Test for linux insteadJune McEnroe2016-04-29
* Remove explicit syntax/filetype onJune McEnroe2016-04-29
* Remove gvim=mvim aliasJune McEnroe2016-04-12
* Detect Darwin or *BSD for aliasesJune McEnroe2016-04-12
* Use default pinentry and set GPG_TTYJune McEnroe2016-04-07
* Add git config override includeJune McEnroe2016-04-07
* Simplify install scriptJune McEnroe2016-04-06
* Add gpg-agent to READMEJune McEnroe2016-04-06
* Always sign git commitsJune McEnroe2016-04-06
* Use standard socket for gpg-agentJune McEnroe2016-04-06
* Set iTerm font to PointfreeJune McEnroe2016-04-06
* Add gpg-agent configJune McEnroe2016-04-05
* Remove git push configJune McEnroe2016-03-31
* Map nohlsearch to default <leader><leader>June McEnroe2016-03-15
* Set splitbelow splitrightJune McEnroe2016-02-23
* Revert "Enable nvim set cursor shape"June McEnroe2016-02-19
* Enable nvim set cursor shapeJune McEnroe2016-02-19
* Fix rprompt truncationJune McEnroe2016-02-19
* Map scroll wheel in nvimJune McEnroe2016-02-09
* Always render fonts with thin strokesJune McEnroe2016-02-08
* Fix iTerm bold colorJune McEnroe2016-02-06
* Disable iTerm transparencyJune McEnroe2016-02-05
* Update configurations list in readmeJune McEnroe2016-02-05
* Move gitconfigJune McEnroe2016-02-05
* Add nvim configurationJune McEnroe2016-02-05
* More iTerm configuration tweaksJune McEnroe2016-02-04
* Update to iTerm 2.9 betaJune McEnroe2016-02-03
* Spawn non-login shells in iTermJune McEnroe2016-01-31
* Remove linux gvim aliasJune McEnroe2016-01-28
* Rewrite zshrcJune McEnroe2016-01-28
* Strip out useless commentsJune McEnroe2016-01-28
* Trim tmux configurationJune McEnroe2016-01-28
* Remove psql format wrappedJune McEnroe2016-01-28
* Wow, that is so annoying, gitJune McEnroe2016-01-25
* Clean up .gitconfigJune McEnroe2016-01-25
* Remove gitignoreJune McEnroe2016-01-15
* Eliminate escape key delay in zshJune McEnroe2016-01-15
* Move pretty git log format to .gitconfigJune McEnroe2016-01-15
* Remove unused git aliasesJune McEnroe2016-01-14
* Hash SSH known hostsJune McEnroe2016-01-06
* Ignore directory .swp filesJune McEnroe2015-12-30
* Color prompt yellow in vi normal modeJune McEnroe2015-12-16
* Remove colorcolumn at 120June McEnroe2015-11-23
* Always git rebase --autosquashJune McEnroe2015-11-23
* Add inverted shift to KarabinerJune McEnroe2015-11-18
* Clean up git configsJune McEnroe2015-11-06
* Add prune scriptJune McEnroe2015-11-06
* Update vendored Gruvbox colorschemeJune McEnroe2015-11-03
* Redefine _newline_precmd in _newline_precmdJune McEnroe2015-11-02
* Print newline before every prompt after firstJune McEnroe2015-11-02
/tr> 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe