summaryrefslogtreecommitdiff
path: root/ftplugin/hackernews.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/hackernews.vim')
-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>