diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2019-02-05 13:55:38 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2024-03-28 16:51:21 +0100 |
commit | a72a8114b896e8651fb6e9df97eb4559fcc4c26b (patch) | |
tree | 659e3bff072253631eca506dcf2affa3f5532c76 /plugin/spec.vim | |
parent | 2eb1bb5a3cbac750ed76b02a37c45da09cb8ca51 (diff) | |
download | vim-suse-changes-a72a8114b896e8651fb6e9df97eb4559fcc4c26b.tar.gz |
feat(osurl): add a plugin with mapping to osurl
Diffstat (limited to 'plugin/spec.vim')
-rw-r--r-- | plugin/spec.vim | 1 |
1 files changed, 1 insertions, 0 deletions
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("<cword>"))<CR> |