aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
AgeCommit message (Expand)Author
2014-06-29vimrc: remove commentary.vim autocmdsTeddy Wing
2014-06-29vimrc: remove custom mappings for TabBarTeddy Wing
2014-06-28vimrc: add mapping to split multiple XML tags to separate linesTeddy Wing
2014-06-27vimrc: add line ending type to statuslineTeddy Wing
2014-06-27vimrc: fix whitespace of 2014.06.26 changelog headerTeddy Wing
2014-06-26vimrc: update <c-h> mapping to reselect selectionTeddy Wing
2014-06-25vimrc: add <leader>sf mapping to :CommandTFlushTeddy Wing
2014-06-19vimrc: fix Open path in Finder mappingTeddy Wing
2014-06-19vimrc: fix Open in Textmate mappingTeddy Wing
2014-06-09vimrc: fix 'open in Finder' mappingTeddy Wing
2014-06-09vimrc: add mapping to open current file's directory in FinderTeddy Wing
2014-06-06vimrc: add mapping to open current file in TextMateTeddy Wing
2014-06-06vimrc: mapping to copy text to OS X clipboardTeddy Wing
2014-06-05vimrc: add 0 and $ mappings for soft wrapped linesTeddy Wing
2014-06-03vimrc: ensure an undo entry is created when saving in Insert modeTeddy Wing
2014-06-03vimrc: ignore "vendor/" in Command-TTeddy Wing
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-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-26vimrc: add mappings for next/previous in quickfix windowTeddy Wing
2014-05-25vimrc: set cursorlineTeddy Wing
2014-05-25vimrc: add <leader>gu mapping to toggle GundoTeddy Wing
2014-05-25vimrc: allow undo of Ctrl-u and Ctrl-w in insert modeTeddy 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-11vimrc: update CHANGELOG for camelcasemotionTeddy Wing
2014-05-08vimrc: add settings for Indent GuidesTeddy Wing
2014-05-08Update CHANGELOG for 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-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