aboutsummaryrefslogtreecommitdiff
path: root/vim/config/list.vim
Commit message (Collapse)AuthorAgeFilesLines
* Use <Leader>/<LocalLeader> correctly in Vim configTom Ryder2017-11-031-1/+1
| | | | | | | From ":help <LocalLeader>": > In a global plugin <Leader> should be used and in a filetype plugin > <LocalLeader>. "mapleader" and "maplocalleader" can be equal.
* Show Vim option values after leader-key toggleTom Ryder2017-10-301-2/+1
| | | | | | | | | | | | Using the very weird syntax: :setlocal option! option? We can toggle the option and print its new value in the same line. For the line breaking options, we only show the value of the 'linebreak' option, because otherwise we print three lines of messages, which requires an <Enter> press, even if we put all three `option?` calls on one :setlocal line.
* Move list .vimrc config into subfileTom Ryder2017-10-281-0/+9
By "list" here I am referring to options for Vim's 'list' display setting, showing control characters visually.