aboutsummaryrefslogtreecommitdiff
path: root/man/man7/dotfiles.7df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-06-25 20:44:31 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-06-25 20:44:31 +1200
commit62aaa4eb10340bd2597b35307abc978f20cefc9c (patch)
treed292886b57e1800fb5e340340407b34d65a4af1a /man/man7/dotfiles.7df
parentMerge branch 'release/v1.3.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-b9fc68a9d72d06bc23ab4e891005fa73b898f281.tar.gz (sig)
dotfiles-b9fc68a9d72d06bc23ab4e891005fa73b898f281.zip
Merge branch 'release/v1.4.0'v1.4.0
* release/v1.4.0: Bump VERSION Rebuild dotfiles(7) manual page Update README.md about Vim mappings Add and apply new clear_local_maps.vim plugin Use <Leader> in vimrc where reasonable Reindent and refactor local leader mappings
Diffstat (limited to 'man/man7/dotfiles.7df')
-rw-r--r--man/man7/dotfiles.7df6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man7/dotfiles.7df b/man/man7/dotfiles.7df
index 4daf288d..af533838 100644
--- a/man/man7/dotfiles.7df
+++ b/man/man7/dotfiles.7df
@@ -474,7 +474,7 @@ binds the same key combination to detach.
.SS Vim
.PP
The majority of the Vim configuration is just setting options, with a
-few mappings.
+fair few mappings and remappings, both global and buffer\-local.
I try not to deviate too much from the Vim defaults behavior in terms of
interactive behavior and keybindings.
It's extensively commented, mostly because I was reading through it one
@@ -515,8 +515,8 @@ ago.
.SS Filetype plugins
.PP
I also define a few rules specific to file types I often edit in
-\f[C]~/.vim/after/ftplugin\f[], including some local mappings for
-checking, linting, and tidying, and a few more in
+\f[C]~/.vim/after/ftplugin\f[], including some buffer\-local mapping
+targets for checking, linting, and tidying, and a few more in
\f[C]~/.vim/after/indent\f[].
There are also a few tweaks to core syntax files in
\f[C]~/.vim/after/syntax\f[], especially for shell script