From efe1efe933daabea0e91cf79d2ddb868f4e29a70 Mon Sep 17 00:00:00 2001 From: ryanss Date: Sun, 8 Feb 2015 11:29:48 -0500 Subject: Only remap `o` inside the .hackernews buffer --- ftplugin/hackernews.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftplugin') 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() -noremap O :python hacker_news_link(external=True) +noremap o :python hacker_news_link() +noremap O :python hacker_news_link(external=True) -- cgit v1.2.3