| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | git: allow only fast-forwards when pulling | Reiner Herrmann | 2020-05-23 |
| | | | | | | | | | since 2.27 git warns if no pull strategy is configured. options are merging, rebasing or allowing only ffs. as both merging and rebasing can be annoying, try to only use ffs. if that's not possible, manual merging/rebasing is still possible. | ||
| * | vim: update submodules | Reiner Herrmann | 2020-02-17 |
| | | |||
| * | select histogram diff in vim and git | Reiner Herrmann | 2020-02-17 |
| | | | | | | Scientifically determined to be the best one for code: https://link.springer.com/article/10.1007/s10664-019-09772-z | ||
| * | vimrc: some cleanup; update submodules | Reiner Herrmann | 2019-10-17 |
| | | |||
| * | vimrc: use popup instead of preview window for completions | Reiner Herrmann | 2019-10-17 |
| | | |||
| * | vimrc: set highlighting for CursorLineNr to restore behaviour of previous ↵ | Reiner Herrmann | 2019-10-16 |
| | | | | | version | ||
| * | vim: use upwards search for tags file inside .git/ | Reiner Herrmann | 2019-10-05 |
| | | | | | this was previously done automatically by fugitive, but has been removed. | ||
| * | vim: update submodules | Reiner Herrmann | 2019-10-05 |
| | | |||
| * | vim: update submodules | Reiner Herrmann | 2019-08-01 |
| | | |||
| * | vimrc: use airline's tab line | Reiner Herrmann | 2019-08-01 |
| | | |||
| * | vimrc: set wildmenu/wildmode for bash-like command completion | Reiner Herrmann | 2019-08-01 |
| | | |||
| * | inputrc: enable bracketed paste mode | Reiner Herrmann | 2019-06-15 |
| | | | | | see also: https://cirw.in/blog/bracketed-paste | ||
| * | vimrc: use rg instead of ag for grepping | Reiner Herrmann | 2019-03-24 |
| | | |||
| * | vim: add fzf plugin and update other submodules | Reiner Herrmann | 2019-03-24 |
| | | |||
| * | vim: drop ctrlp plugin | Reiner Herrmann | 2019-03-24 |
| | | |||
| * | bashrc: increase history size | Reiner Herrmann | 2019-03-24 |
| | | |||
| * | inputrc: enable colored prefix | Reiner Herrmann | 2019-03-24 |
| | | |||
| * | awesome: use calendar widget instead of external script | Reiner Herrmann | 2019-03-24 |
| | | |||
| * | bashrc: load fzf bindings/completions and configure it to use fd | Reiner Herrmann | 2019-03-12 |
| | | |||
| * | awesome: merge changes from 4.3 | Reiner Herrmann | 2019-01-28 |
| | | |||
| * | git: commandline compatibility to universal-ctags in ctags hook script | Reiner Herrmann | 2018-11-24 |
| | | |||
| * | devscripts: use long key id | Reiner Herrmann | 2018-11-24 |
| | | |||
| * | vim: remove outdated comment and update submodules | Reiner Herrmann | 2018-11-24 |
| | | |||
| * | vimrc: use F3 to toggle bufexplorer instead of only opening split window | Reiner Herrmann | 2018-11-24 |
| | | |||
| * | vimrc: decrease updatetime to get earlier gitgutter updates | Reiner Herrmann | 2018-11-24 |
| | | |||
| * | vim: disable swapfile in pager | Reiner Herrmann | 2018-11-24 |
| | | |||
| * | vim: update submodule url for ctrlp; update submodules | Reiner Herrmann | 2018-03-29 |
| | | |||
| * | awesome: merge changes from new Debian revision | Reiner Herrmann | 2017-12-28 |
| | | |||
| * | gitconfig: enable diff-highlight in tig | Reiner Herrmann | 2017-10-23 |
| | | |||
| * | bashrc: call __git_ps1 only if it is defined | Reiner Herrmann | 2017-10-07 |
| | | |||
| * | bashrc: fix escaping of \$ for root indicator | Reiner Herrmann | 2017-10-07 |
| | | |||
| * | awesome: replace deprecated awful.util.spawn call | Reiner Herrmann | 2017-10-07 |
| | | |||
| * | bashrc: enforce literal quoting style | Reiner Herrmann | 2017-10-03 |
| | | | | | | ls in coreutils since 8.25 (and 8.28-1 in Debian) is printing filenames quoted and escaped. | ||
| * | awesome: use default theme and just set wallpaper in rc.lua | Reiner Herrmann | 2017-09-29 |
| | | |||
| * | awesome: merge changes from 4.2 | Reiner Herrmann | 2017-09-29 |
| | | |||
| * | awesome: remove unneeded keyboard layout widget | Reiner Herrmann | 2017-09-29 |
| | | |||
| * | awesome: get rid of unused acwidget | Reiner Herrmann | 2017-09-10 |
| | | |||
| * | awesome: simplify battery widget | Reiner Herrmann | 2017-09-10 |
| | | |||
| * | awesome: use correct array indices; lua starts at 1 | Reiner Herrmann | 2017-09-10 |
| | | |||
| * | awesome: simplify format string generation of cpu widget | Reiner Herrmann | 2017-09-07 |
| | | |||
| * | muttrc: add key binding for nntp | Reiner Herrmann | 2017-08-07 |
| | | |||
| * | muttrc: calculate folder statistics and improve sidebar display | Reiner Herrmann | 2017-08-05 |
| | | |||
| * | vimrc: define key mapping for grepping word under cursor | Reiner Herrmann | 2017-02-26 |
| | | |||
| * | vim: use native packages instead of pathogen | Reiner Herrmann | 2017-02-26 |
| | | |||
| * | vim: replace syntastic with ale; update submodules | Reiner Herrmann | 2017-02-26 |
| | | |||
| * | muttrc: display message-id header | Reiner Herrmann | 2017-02-04 |
| | | |||
| * | awesome: merge changes from 4.0 | Reiner Herrmann | 2017-01-20 |
| | | |||
| * | vimrc: define convenience wrapper function for grep | Reiner Herrmann | 2016-12-29 |
| | | | | | | | Plain :grep keeps output open and waits for confirmation before returning to vim, doesn't show the quicklist and jumps to the first result. | ||
| * | bashrc: indicate (s)chroots in prompt | Reiner Herrmann | 2016-12-29 |
| | | |||
| * | awesome: fix initialization of vicious | Reiner Herrmann | 2016-12-29 |
| | | |||
