File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,13 @@ nmap Y y$
80
80
" other mappings involving y, d, c, etc
81
81
```
82
82
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
+
83
90
## Contributing, Feedback ##
84
91
85
92
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)!
88
95
## Changelog ##
89
96
90
97
98
+ ### 1.0.6 (2014-08-04)
99
+ - Allow customization of the list of keys to be remapped.
100
+
91
101
### 1.0.5 (2012-07-19)
92
102
- Fix bug where on certain versions of vim, the first time you tried
93
103
to cycle through your yanks after doing a normal paste, an extra
You can’t perform that action at this time.
0 commit comments