diff options
| author | Teddy Wing | 2015-07-19 11:19:06 -0400 |
|---|---|---|
| committer | Teddy Wing | 2015-07-19 11:24:54 -0400 |
| commit | a5e9b6c85c15ad9b8ce011171412fa5766d39e02 (patch) | |
| tree | d3a1b29538eb60acabfaa6bb4647e45d186e2709 /.gitignore | |
| parent | 0adb3c1b578fb0118de6387bddeea633bb1e1a94 (diff) | |
| download | auditory.vim-a5e9b6c85c15ad9b8ce011171412fa5766d39e02.tar.bz2 | |
autoload/auditory.vim: Reenable visual mode 'x' mapping
Needed to come up with a way to add it to the `mappings` dictionary
without overriding the existing normal mode 'x' mapping. Prefixed it
with `v_` for the dictionary key so that it doesn't conflict, but that
could easily be the start of a mapping (for whatever reason), so added a
`map_from` field to make it explicit what we're mapping from in cases
where the dict key is unclear.
Also added another field to the dict to specify a custom mapping
command. It will default to `nnoremap` as that's the one we use for most
of our commands, but you can change it if you need another mode as we do
for this visual 'x' mapping.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
