aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-06-02vimrc: change <leader>tx mapping to use "td" insteadTeddy Wing
2014-05-30vimrc: add <leader>tl to go to last active tabTeddy Wing
2014-05-30vimrc: add comment to my "delete buffer & go to previous tab" mapTeddy Wing
2014-05-30Add surround.vim pluginTeddy Wing
2014-05-30vimrc: make even Indent Guides slightly ligher than odd onesTeddy Wing
2014-05-30vimrc: add <leader>tx to delete current buffer & go to previous tabTeddy Wing
2014-05-29vimrc: add <leader>sb to set scrollbindTeddy Wing
2014-05-28vimrc: disable default ftplugins - clean up last commitTeddy Wing
2014-05-28vimrc: figured out how to set b:did_ftplugin properlyTeddy Wing
2014-05-26vimrc: delete `Stab` commandTeddy Wing
2014-05-26Create custom vim plugin for Stab commandTeddy Wing
2014-05-26vimrc: add mappings for next/previous in quickfix windowTeddy Wing
2014-05-25vimrc: set cursorlineTeddy Wing
2014-05-25twilight256: add colour for CursorLineTeddy Wing
2014-05-25README: add Gundo to plugin listTeddy Wing
2014-05-25vimrc: add <leader>gu mapping to toggle GundoTeddy Wing
2014-05-25Add Gundo.vim pluginTeddy Wing
2014-05-25vimrc: allow undo of Ctrl-u and Ctrl-w in insert modeTeddy Wing
2014-05-24Add tpope's paste helper from unimpaired.vimTeddy Wing
2014-05-24Add vsearch plugin for visual # & * searchTeddy Wing
2014-05-23Add ftplugin/ruby for Ruby indentation settingsTeddy Wing
2014-05-23ftplugin/gitcommit: set textwidth=72Teddy Wing
2014-05-23twilight256: colour inactive statuslines dark greyTeddy Wing
2014-05-23vimrc: move gitcommit settings to ftpluginTeddy Wing
2014-05-23vimrc: disable default ftplugins (working)Teddy Wing
2014-05-23vimrc: disable default ftpluginsTeddy Wing
2014-05-17Move JSON filetype detection to ftdetect directoryTeddy Wing
2014-05-15vimrc: turn on filetype plugin & add python ftpluginTeddy Wing
2014-05-14vimrc: set the comment string for htmldjango filesTeddy Wing
2014-05-13vimrc: create CopyModeToggle commandTeddy Wing
2014-05-12vimrc: add leader mapping for :tabnewTeddy Wing
2014-05-11README: add camelcasemotion info to Plugins listTeddy Wing
2014-05-11vimrc: update CHANGELOG for camelcasemotionTeddy Wing
2014-05-11Add camelcasemotion pluginTeddy Wing
2014-05-11README: add Indent Guides to the plugin listTeddy Wing
2014-05-08vimrc: add settings for Indent GuidesTeddy Wing
2014-05-08Update CHANGELOG for Indent Guides pluginTeddy Wing
2014-05-08Add Indent Guides pluginTeddy Wing
2014-05-02vimrc: remove setting for `switchbuf=usetab,newtab`Teddy Wing
2014-05-02vimrc: set gitcommit files to use 2-space indentationTeddy Wing
2014-05-01vimrc: change statusline colour depending on Insert/Normal modeTeddy Wing
2014-04-30Add backup directoriesTeddy Wing
2014-04-30.gitignore: change `projects/` to `/projects/`Teddy Wing
2014-04-30vimrc: store backup/swap files in ~/.vimTeddy Wing
2014-04-28vimrc: add JavaScript syntax highlighting for JSON filesTeddy Wing
2014-04-25vimrc: add file encoding to statuslineTeddy Wing
2014-04-25vimrc: set `ignorecase` and `smartcase`Teddy Wing
2014-04-25vimrc: map gj to j and gk to kTeddy Wing
2014-04-25Add mapping to clear search highlightingTeddy Wing
2014-04-24vimrc: set EasyGrep to ignore caseTeddy Wing