aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* vim: Add ctrlp.vim pluginAaron LI2019-07-142-0/+4
|
* vim: Update vim-fugitive pluginAaron LI2019-07-141-0/+0
|
* vim: Do not set expandtab and shiftwidth=4Aaron LI2019-07-111-2/+0
|
* gitconfig: Add 'ref-next' and 'log-next' aliasesAaron LI2019-07-101-0/+4
| | | | | | | | | | | The 'ref-next' alias determines the *next* commit hash for the given commit. Credit: * Referening the child of a commit https://stackoverflow.com/a/21032988 * Git alias with positional parameters https://stackoverflow.com/a/3326971
* gitconfig: Clean up a lot (drop all aliases)Aaron LI2019-07-101-158/+1
|
* profile: Add GOPATH and update PATHAaron LI2019-06-251-1/+13
|
* zsh: Fix is_running() functionAaron LI2019-06-241-1/+1
|
* zsh: Add vi alias and remove git aliasesAaron LI2019-06-241-8/+1
|
* profile: Quote pathAaron LI2019-06-211-1/+1
|
* vim: Disable modelinesAaron LI2019-06-211-0/+4
|
* vim: Ignore .netrwhist and spellAaron LI2019-06-101-0/+2
|
* profile: Add ~/local/plan9/bin to PATHAaron LI2019-06-081-0/+5
|
* notmuch-config: Add the QQ mail addressAaron LI2019-06-081-1/+1
|
* notmuch-config: Use relative pathAaron LI2019-06-081-1/+2
|
* Redshift: tweak a bitAaron LI2019-05-181-3/+3
|
* tmux: Do not set default-terminalAaron LI2019-05-151-2/+0
|
* zsh: Add fix() functionAaron LI2019-05-131-0/+11
|
* alot: Tweak config and hooks.py a bitAaron LI2019-05-132-1/+3
|
* ncmpcpp: Adjust progress bar styleAaron LI2019-05-131-5/+2
|
* bin/get_mail.sh: Simplify and update to use notmuchAaron LI2019-05-131-27/+5
|
* vim: Tweak fugitive plugin settingsAaron LI2018-12-291-0/+6
|
* vim: Add two more mappingsAaron LI2018-12-221-0/+2
|
* vim: Tweak configurationsAaron LI2018-12-221-0/+3
| | | | Credit: https://github.com/tpope/vim-sensible
* vim: Add simple mappings for vim-fugitiveAaron LI2018-12-221-0/+4
|
* vim: Add simple ftplugin/text.vimAaron LI2018-12-221-0/+6
|
* vim: Add vim-fugitive managed by the built-in package managerAaron LI2018-12-222-0/+3
|
* alot: Add new hooksAaron LI2018-12-081-1/+20
|
* alot: Add several keybindingsAaron LI2018-12-081-2/+9
|
* ranger: Add several keybindingsAaron LI2018-12-081-1/+14
|
* ranger: Add basic config fileAaron LI2018-12-081-0/+75
|
* csh/tcsh: Rewrite config fileAaron LI2018-12-012-176/+124
|
* vim: Tweak textwidth settingAaron LI2018-12-012-1/+1
|
* zsh: Tweak prompt style a bitAaron LI2018-12-011-1/+1
|
* Add simple config for calendar(1)Aaron LI2018-11-291-0/+12
|
* zsh: Make the prompt standoutAaron LI2018-11-291-2/+1
|
* notmuch: Ignore mbsync state filesAaron LI2018-11-291-1/+1
|
* alot: Add hooks.pyAaron LI2018-11-201-0/+19
|
* alot: Update configurations with solarized themesAaron LI2018-11-203-193/+268
|
* notmuch: Simplify configAaron LI2018-11-201-74/+18
|
* vim: Source ~/.vimrc.local if existsAaron LI2018-11-201-0/+10
|
* vim: Add mappings to yank to / paste from clipboardAaron LI2018-11-201-0/+4
|
* vim: Use non-recursive map commandsAaron LI2018-11-201-41/+41
|
* vim: Add filetype pluginsAaron LI2018-11-203-0/+22
|
* Move _vimrc to _vim/vimrcAaron LI2018-11-151-0/+0
|
* vim: Add plugin fcitx.vimAaron LI2018-11-121-0/+44
| | | | Credit: https://github.com/lilydjwg/fcitx.vim
* vim: More tweaksAaron LI2018-11-111-18/+18
| | | | | | | | | | | * Improve statusline: - Add virtual column number - Reorder file type and encoding - Shorten the paste mode indicator * Highlight current line * Disable cursor blinking * No need to set ruler * Tweak formatoptions and textwidth
* vim: Various tweaksAaron LI2018-11-101-50/+40
| | | | | | | | | | | | * Overwrite previously defined command, allowing to reload the vimrc without restarting vim. * Change statusline style. * Enable mouse in terminal mode. * Disable scrollbars for GUI mode. * Set spelllang. * Use full names for options. * Clean up obvious/unnecessary comments. * Some misc cleanups.
* tmux: Set default-terminal to tmux-256colorAaron LI2018-11-101-25/+2
| | | | Clean up a bit.
* Add basic config for vis (https://github.com/martanne/vis)Aaron LI2018-11-104-0/+180
|
* spacemacs: Tweak js mode indentationAaron LI2018-11-101-5/+2
|