All Projects → heavenshell → Vim Slack

heavenshell / Vim Slack

Slack for Vim client

Labels

Projects that are alternatives of or similar to Vim Slack

Vim config
My vim configuration; packaged to be other-user-friendly
Stars: ✭ 92 (-11.54%)
Mutual labels:  viml
Elixir.nvim
Vim Completion/Doc/Eval for Elixir (nvim), compile https://github.com/awetzel/neovim-elixir and https://github.com/awetzel/nvim-rplugin
Stars: ✭ 99 (-4.81%)
Mutual labels:  viml
Browser Connect.vim
Live browser interaction for VIM.
Stars: ✭ 101 (-2.88%)
Mutual labels:  viml
Vip
DEPRECATED - Switch to https://github.com/tobyS/pdv and https://github.com/tobyS/vip instead!
Stars: ✭ 94 (-9.62%)
Mutual labels:  viml
Vim Ruby Minitest
Vim highlighting & completion for MiniTest
Stars: ✭ 97 (-6.73%)
Mutual labels:  viml
Vim Follow My Lead
Vim plugin for showing all your <Leader> mappings in a readable table including the descriptions.
Stars: ✭ 100 (-3.85%)
Mutual labels:  viml
Yavide
Modern C/C++ integrated development environment
Stars: ✭ 1,306 (+1155.77%)
Mutual labels:  viml
Tasklist.vim
Eclipse like task list
Stars: ✭ 102 (-1.92%)
Mutual labels:  viml
Textobjectify
TextObjectify is a Vim plugin which improves text-objects
Stars: ✭ 98 (-5.77%)
Mutual labels:  viml
Vimrc
My vim files (i'm a n00b, don't use these)
Stars: ✭ 100 (-3.85%)
Mutual labels:  viml
Devbox
Solomon's dev environment
Stars: ✭ 95 (-8.65%)
Mutual labels:  viml
Preto
A minimal dark theme for VIM.
Stars: ✭ 97 (-6.73%)
Mutual labels:  viml
Vim Arduino Syntax
Arduino syntax files for Vim
Stars: ✭ 100 (-3.85%)
Mutual labels:  viml
Cmd2.vim
cmdline-mode enhancement for Vim
Stars: ✭ 94 (-9.62%)
Mutual labels:  viml
Vim Hybrid
A dark color scheme for Vim
Stars: ✭ 1,380 (+1226.92%)
Mutual labels:  viml
Vim Jst
A vim plugin for highlighting and indenting JST/EJS syntax
Stars: ✭ 92 (-11.54%)
Mutual labels:  viml
Vimperator Colors
colorsheme
Stars: ✭ 99 (-4.81%)
Mutual labels:  viml
Argtextobj.vim
Text-object like motion for arguments
Stars: ✭ 103 (-0.96%)
Mutual labels:  viml
Vim Luna
Touchdown on Lunar Surface ! :)
Stars: ✭ 102 (-1.92%)
Mutual labels:  viml
Vim Togglelist
Functions to toggle the [Location List] and the [Quickfix List] windows.
Stars: ✭ 100 (-3.85%)
Mutual labels:  viml

Slack for Vim

This is a Vim plugin for post message to Slack

Currently this plugin is work in progress.

Usage

  • Post message via command line.

    :Slack -channel=#general -text="Hello world"
    

    Post Hello world to #general channel

  • Post current buffer to Slack.

    :Slack -channel=#general
    

    Post current buffer texts to #general channel

  • Post visual selected texts.

    :'<,'>Slack -channel=#general
    

    Post visual selected texts to #general channel

  • Post message specific username

    :'<,'>Slack -channel=#general -username=Vimmer
    
  • Post message specific username

    :'<,'>Slack -channel=#general -username=Vimmer
    
  • Upload current buffer as a file.

    :SlackFile -channel=#general
    
  • Upload selected text as a file.

    :'<,'>SlackFile -channel=#general
    

Requirement

This plugin need webapi-vim.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].