diff options
| author | ryanss | 2015-03-10 23:59:00 -0400 |
|---|---|---|
| committer | ryanss | 2015-03-10 23:59:00 -0400 |
| commit | a6e4c96c9c11ceecb9c5927224dff783083fa915 (patch) | |
| tree | d946320c45af16d95078db313b5445d7dd416d74 /ftplugin/hackernews.vim | |
| parent | cc91b9b380d7992ac2fa01e49a63bfffc2c2fd64 (diff) | |
| download | vim-hn-a6e4c96c9c11ceecb9c5927224dff783083fa915.tar.gz | |
Add test for key remaps
Diffstat (limited to 'ftplugin/hackernews.vim')
| -rw-r--r-- | ftplugin/hackernews.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftplugin/hackernews.vim b/ftplugin/hackernews.vim index 5f42f7c..f8447f7 100644 --- a/ftplugin/hackernews.vim +++ b/ftplugin/hackernews.vim @@ -45,8 +45,8 @@ noremap <buffer> gx :Python hackernews.link(external=True)<cr> noremap <buffer> u :Python hackernews.save_pos()<cr> \u \:Python hackernews.recall_pos()<cr> -noremap <buffer> <C-r> :Python hackernews.save_pos()<cr> - \<C-r> +noremap <buffer> <C-R> :Python hackernews.save_pos()<cr> + \<C-R> \:Python hackernews.recall_pos()<cr> |
