aboutsummaryrefslogtreecommitdiff
path: root/vim/config/command.vim
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'feature/vim-mutt-plug' into developTom Ryder2017-11-111-0/+7
|\ | | | | | | | | | | | | * feature/vim-mutt-plug: Move mutt_mail.vim line select logic into plugin Add new mail_mutt.vim plugin, apply mappings Beginnings of a buffer-to-Mutt mailer plugin
| * Move mutt_mail.vim line select logic into pluginTom Ryder2017-11-111-10/+4
| | | | | | | | This makes the configuration shorter and easier to read.
| * Add new mail_mutt.vim plugin, apply mappingsTom Ryder2017-11-111-8/+11
| | | | | | | | | | This plugin provides a shortcut for staring email messages in Mutt with a range of lines.
| * Beginnings of a buffer-to-Mutt mailer pluginTom Ryder2017-11-081-0/+10
| |
* | Adjust some whitespace and comment layoutTom Ryder2017-11-101-3/+4
| |
* | Remove 'shellslash' settingTom Ryder2017-11-101-6/+0
|/ | | | | This will allow the Windows-specific stuff in my new auto_* plugins to quote filenames correctly.
* Add leader bindings for date stampingTom Ryder2017-11-071-0/+9
| | | | \d adds local time, \D adds UTC time.
* Separate command typos config to pluginTom Ryder2017-11-031-15/+0
| | | | | Tentatively named command_typos.vim. I've just moved this as-is for now, but it will need review, especially the hardcoded mappings.
* Move misplaced command.vim fileTom Ryder2017-11-031-1/+3
| | | | | Looks like this was added in a1ee04d for v0.4.0 and was intended to replace the file in its correct path at vim/config/comment.vim.
* Move 'shellpipe' setting to more logical locationTom Ryder2017-11-011-0/+3
| | | | | | It makes more sense next to 'shellslash' in vim/config/command.vim than it does in vim/config/term.vim; the latter file is supposed to describe settings related to the terminal, not the shell.
* Move 'shellslash' .vimrc conf into cmds subfileTom Ryder2017-10-281-0/+4
|
* Move command .vimrc config into subfileTom Ryder2017-10-281-0/+33
A little bit iffy on the grouping here, but it's still better than having it all lumped in the one file.