diff options
Diffstat (limited to 'system/skim/README')
-rw-r--r-- | system/skim/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/skim/README b/system/skim/README index 7f07a99090743..a5a02f1a73ae7 100644 --- a/system/skim/README +++ b/system/skim/README @@ -1,2 +1,10 @@ skim is a fuzzy finder that can be used as a general filter like grep or as an interactive interface for invoking commands. + +Vim Users: A skim.vim plugin is installed to +/usr/share/vim/vimfiles/plugin. If you'd rather exclude the plugin, +or only manually enable it in your vim, you can build with: + +WITH_VIM=no ./skim.SlackBuild + +and the plugin will be installed to /usr/share/skim/vim/ instead. |