aboutsummaryrefslogtreecommitdiff
path: root/vim/config/command.vim
Commit message (Collapse)AuthorAgeFilesLines
* 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.