From a72a8114b896e8651fb6e9df97eb4559fcc4c26b Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Tue, 5 Feb 2019 13:55:38 +0100 Subject: feat(osurl): add a plugin with mapping to osurl --- plugin/spec.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 plugin/spec.vim (limited to 'plugin') diff --git a/plugin/spec.vim b/plugin/spec.vim new file mode 100644 index 0000000..7184f0d --- /dev/null +++ b/plugin/spec.vim @@ -0,0 +1 @@ +noremap K :call system("osurl " . expand("")) -- cgit