aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-04-05vimrc: Add `[b` and `]b` buffer cycling mappingsHEADmasterTeddy Wing
2024-03-12projects/aodocs.vim: Add email signature mappingTeddy Wing
2023-12-12prr-ui: Allow `PrrApprove` and `PrrReject` to be called outside of *.prrTeddy Wing
2023-12-09prr-ui: Remove `s:active` variableTeddy Wing
2023-12-09diff-corrections: Apply diff corrections on BufEnterTeddy Wing
2023-12-09colors/twilight256.vim: Increase contrast of diff background coloursTeddy Wing
2023-12-09prr-ui: Automatically `PrrStart` on `PrrComment`Teddy Wing
2023-12-07after/plugin/copilot.vim: Add mappings for GitHub CopilotTeddy Wing
2023-12-07after/plugin/prr_ui.vim: Add mapping to `PrrComment`Teddy Wing
2023-12-07prr-ui: Comment: Exit early when Prr buffer doesn't existTeddy Wing
2023-12-07prr-ui: Switch to insert mode immediately on `PrrComment`Teddy Wing
2023-12-06prr-ui: Implement `PrrComment`Teddy Wing
2023-12-06prr-ui: Idea for a command to comment on a line from the codeTeddy Wing
2023-12-06ftplugin/typescript.vim: Add compile mappingTeddy Wing
2023-12-06after/compiler/typescript.vim: Compile all filesTeddy Wing
2023-12-01ftplugin/typescript.vim: Add debugger mappingsTeddy Wing
2023-11-30prr-ui: Ensure file is saved before `PrrSubmit`Teddy Wing
2023-11-30prr-ui: Pick a random emoji to include in `PrrApprove`Teddy Wing
2023-11-30prr-ui: Educate quotes in prr buffersTeddy Wing
2023-11-30prr-ui: Move to top of file on `PrrApprove` and `PrrReject`Teddy Wing
2023-11-27prr-ui: Add `PrrApprove` and `PrrReject` commandsTeddy Wing
2023-11-27Add 'vim-fugitive' pluginTeddy Wing
2023-11-27Add 'prr-ui' pluginTeddy Wing
2023-11-06projects/aodocs.vim: Set 'path' on Smartbar projectTeddy Wing
2023-11-06bundle/prr: Use stock diff highlightingTeddy Wing
2023-11-06ftplugin/typescript.vim: Add 'prettier' formattingTeddy Wing
2023-11-06Add 'prr' plugin @ 9b44c3f2d4b79013a00aae82cb59fe63306967caTeddy Wing
2023-09-25vimrc: Only turn on 'smoothscroll' if it's availableTeddy Wing
2023-09-25vimrc: Turn on 'smoothscroll'Teddy Wing
2023-08-09projects/aodocs.vim: Move 'wchat' plugin here and change file pathTeddy Wing
2023-08-03ftplugin/python.vim: Use consistent debugger mappingsTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add `dune promote` bindingTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add test bindingTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add build and run mappingsTeddy Wing
2023-07-18ftplugin/ocaml.vim: Add indentation settingsTeddy Wing
2023-06-14git-blamer: Restore &wrap setting on closeTeddy Wing
2023-04-25ftplugin/java.vim: Set TComment commentstring to '// %s'Teddy Wing
2023-03-19insert-layout: Don't load in Vim <9Teddy Wing
2023-03-19insert-layout: Add comments for documentationTeddy Wing
2023-03-19insert-layout: Move functions to autoloadTeddy Wing
2023-03-19insert-layout: Remove old commented in-progress codeTeddy Wing
2023-03-19insert-layout: Error when 'xkbswitch' command not availableTeddy Wing
2023-03-19insert-layout: Don't remove autocmds in `InsertLayoutOn`Teddy Wing
2023-03-19insert-layout: Add completion to `InsertLayout` commandTeddy Wing
2023-03-19insert-layout: Add commands to turn insert layout on and offTeddy Wing
2023-03-19Add 'insert-layout' plugin ideaTeddy Wing
2023-03-09Add 'vim-mutt-aliases' pluginTeddy Wing
2022-11-09Add 'wchat' pluginTeddy Wing
2022-08-24vimrc: Turn off Vim-Go goimports on saveTeddy Wing
2022-08-20vimrc: Add `:Co` command, alias for `:Copy`Teddy Wing