summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
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 84623a7..27c3e43 100644
--- a/ftplugin/hackernews.vim
+++ b/ftplugin/hackernews.vim
@@ -8,5 +8,5 @@
" Version: 0.1.1
-noremap o :python hacker_news_link()<cr>
-noremap O :python hacker_news_link(external=True)<cr>
+noremap <buffer> o :python hacker_news_link()<cr>
+noremap <buffer> O :python hacker_news_link(external=True)<cr>