/port/cgram/

0970ac7864511cd36f6'>this commit dontfiles
summary refs log tree commit diff
path: root/curtis/.tmux.conf (unfollow)
Commit message (Expand)Author
2017-06-10Move files to one files directoryJune McEnroe
2017-06-10Move console.sh to linux directoryJune McEnroe
2017-06-10Move iTerm configuration into a directoryJune McEnroe
2017-06-10Remove Karabiner config and move key layoutsJune McEnroe
2017-06-10Move actual dotfiles into curtis directoryJune McEnroe
2017-06-10Remove Programming keyboard layoutJune McEnroe
2017-06-09Add Code Tarmak 1 layoutJune McEnroe
2017-06-09Remap keys in vim for Tarmak 1 more sensiblyJune McEnroe
2017-06-07Add iTerm light profile and disable hotkeyJune McEnroe
2017-06-07Remap C-w {n,e} in vim for Tarmak 1June McEnroe
2017-06-06Rebind hnel in vim for Tarmak 1June McEnroe
2017-06-06Use C-space as tmux prefixJune McEnroe
2017-06-06Add Tarmak layoutsJune McEnroe
2017-05-26Rename keyboard layout ProgrammingJune McEnroe
2017-05-25Fix Library install conditionJune McEnroe
2017-05-25Revert "Remove macOS keyboard layout"June McEnroe
2017-05-08Fix copy mode bindings for tmux 2.4June McEnroe
2017-05-02Remove option unnecessary in nvim 0.2June McEnroe
2017-05-01Reorder lines in psqlrcJune McEnroe
2017-05-01Clean up Karabiner configurationJune McEnroe
2017-05-01Fix prune script loopJune McEnroe
2017-05-01Fix prune scriptJune McEnroe
2017-05-01Clean up SSH configJune McEnroe
2017-05-01Rename colorscheme "trivial"June McEnroe
2017-05-01Update vendored pathogenJune McEnroe
2017-05-01Clean up git configJune McEnroe
2017-05-01Clean up style in xxJune McEnroe
2017-05-01Clean up style in pbdJune McEnroe
2017-05-01Use EX_OK in pbcopyJune McEnroe
2017-04-30Clean up clockJune McEnroe
2017-04-30Clean up error strings in briJune McEnroe
2017-03-18Add -u option to xxJune McEnroe
2017-03-15Fix non-string-literal-format-string in briJune McEnroe
2017-03-15Fix bri compilationJune McEnroe
2017-03-15Use psvar for title settingJune McEnroe
2017-03-14Add bri brightness control scriptJune McEnroe
2017-03-14Add comment to tmux terminal overrideJune McEnroe
2017-03-13Have tmux set block cursor on linux consoleJune McEnroe
2017-03-13Use inverse for Visual in colorschemeJune McEnroe=1'>Remove typer, add downgrade to READMEJune McEnroe
2021-09-15Set bot mode on downgradeJune McEnroe
2021-09-15Enter capsicum in downgradeJune McEnroe
2021-09-15Factor out common parts of downgrade messagesJune McEnroe
Also bump the message cap to 1024 because that is ostensibly useful for replying to older messages.
2021-09-14Add downgrade IRC botJune McEnroe
2021-09-14Sort by title if authors matchJune McEnroe
There are probably better things to sort by but title definitely always exists.
2021-09-13Swap-remove tags as they're foundJune McEnroe
This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s.
2021-09-12Replace htagml regex with strncmpJune McEnroe
Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win!
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
This fixes badly indented comments.
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe