diff --git a/README.md b/README.md index b32cde6..fbcd3de 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,6 @@ All operations are easily reversible and correctly preserve the indentation of t nnoremap a :ArgWrap ``` -## Usage ## - -1. Position the cursor *inside* of the scope of the parenthesis, brackets or curly braces you wish to wrap/unwrap (not - on top, before or after them). - -2. Execute the keyboard binding you defined above to *toggle* the wrapping and unwrapping of arguments. - ## Configuration ## You can customize the behavior of this extension by setting values for any of the following optional buffer and global @@ -83,3 +76,14 @@ variables in your `.vimrc` file: ``` let g:argwrap_padded_braces = '[{' ``` + +## Usage ## + +1. Position the cursor *inside* of the scope of the parenthesis, brackets or curly braces you wish to wrap/unwrap (not + on top, before or after them). + +2. Execute the keyboard binding you defined above to *toggle* the wrapping and unwrapping of arguments. + +## License ## + +MIT