From 1cdd25cab417ef9853e44825281a174e7643a8de Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 25 Jun 2018 20:43:10 +1200 Subject: Update README.md about Vim mappings --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b8f2f801..e8f6b2c1 100644 --- a/README.md +++ b/README.md @@ -334,11 +334,12 @@ combination to detach. ### Vim -The majority of the Vim configuration is just setting options, with a few -mappings. 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 day and realized I'd forgotten what half -of it did. System-specific configuration files go in `~/.vim/config`. +The majority of the Vim configuration is just setting options, with a 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 day and realized I'd forgotten what half of it did. System-specific +configuration files go in `~/.vim/config`. #### Filetypes @@ -372,11 +373,11 @@ implemented in or bundled with Vim itself many years ago. #### Filetype plugins I also define a few rules specific to file types I often edit in -`~/.vim/after/ftplugin`, including some local mappings for checking, linting, -and tidying, and a few more in `~/.vim/after/indent`. There are also a few -tweaks to core syntax files in `~/.vim/after/syntax`, especially for shell -script (`sh.vim`). Some of these filetype plugins are also due to be separately -distributed and installed via submodules instead. +`~/.vim/after/ftplugin`, including some buffer-local mapping targets for +checking, linting, and tidying, and a few more in `~/.vim/after/indent`. There +are also a few tweaks to core syntax files in `~/.vim/after/syntax`, especially +for shell script (`sh.vim`). Some of these filetype plugins are also due to be +separately distributed and installed via submodules instead. #### Compilers -- cgit v1.2.3