summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorryanss2015-03-10 23:59:00 -0400
committerryanss2015-03-10 23:59:00 -0400
commita6e4c96c9c11ceecb9c5927224dff783083fa915 (patch)
treed946320c45af16d95078db313b5445d7dd416d74 /ftplugin
parentcc91b9b380d7992ac2fa01e49a63bfffc2c2fd64 (diff)
downloadvim-hn-a6e4c96c9c11ceecb9c5927224dff783083fa915.tar.gz
Add test for key remaps
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/hackernews.vim4
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>