Update README.md
This commit is contained in:
parent
5f6ffcc360
commit
0b69dd51a5
18
README.md
18
README.md
@ -25,13 +25,6 @@ All operations are easily reversible and correctly preserve the indentation of t
|
|||||||
nnoremap <silent> <leader>a :ArgWrap<CR>
|
nnoremap <silent> <leader>a :ArgWrap<CR>
|
||||||
```
|
```
|
||||||
|
|
||||||
## 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 ##
|
## Configuration ##
|
||||||
|
|
||||||
You can customize the behavior of this extension by setting values for any of the following optional buffer and global
|
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 = '[{'
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user