Skip to content

Commit a4875c2

Browse files
committed
Update README.md
1 parent 1e0ce21 commit a4875c2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,13 @@ nmap Y y$
8080
" other mappings involving y, d, c, etc
8181
```
8282

83+
You can also prevent certain keys from being remapped by setting the `g:yankstack_yank_keys`
84+
to the keys of your choosing. For example, if you only want Yankstack to remap `y` and `d`:
85+
86+
```
87+
let g:yankstack_yank_keys = ['y', 'd']
88+
```
89+
8390
## Contributing, Feedback ##
8491

8592
I'd enjoy hearing anybody's feedback on yankstack, and welcome any contribution.
@@ -88,6 +95,9 @@ Check it out on [github](https://github.com/maxbrunsfeld/vim-yankstack)!
8895
## Changelog ##
8996

9097

98+
### 1.0.6 (2014-08-04)
99+
- Allow customization of the list of keys to be remapped.
100+
91101
### 1.0.5 (2012-07-19)
92102
- Fix bug where on certain versions of vim, the first time you tried
93103
to cycle through your yanks after doing a normal paste, an extra

0 commit comments

Comments
 (0)