/vim-bitwise

Vim plugin for Bitwise integration

Primary LanguageVim scriptGNU General Public License v3.0GPL-3.0

vim-bitwise

Vim plugin for Bitwise integration

Synopsys

This vim plugin adds integration for Bitwise into vim.

Currently it supports:

  • :Bitwise command, that will launch bitwise in command mode and output the result in a new split.
  • <LEADER>b binding for new operator (bitwise operator) that will run bitwise in command mode.

Usage examples

  • <LEADER>biw - Run bitwise on expression under word.
  • <LEADER>biW - Run bitwise on expression under WORD.
  • <LEADER>bi( - Run bitwise on expression inside next ().

Installation

Make sure you have bitwise installed and available in your $PATH.

Manual

Just drop the bitwise.vim into ~/.vim/plugin folder.

Vundle

Add the following line to Vundle Plugin 'mellowcandle/vim-bitwise' Run BundleInstall

Contribution

I'm not a real vim-script developer and I'm sure that the plugin can be standarized and made better, if you happen to know vim-script, contributions are most welcome.