Vim plugin for Bitwise integration
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.
- <LEADER>biw - Run bitwise on expression under word.
- <LEADER>biW - Run bitwise on expression under WORD.
- <LEADER>bi( - Run bitwise on expression inside next ().
Make sure you have bitwise installed and available in your $PATH.
Just drop the bitwise.vim into ~/.vim/plugin folder.
Add the following line to Vundle
Plugin 'mellowcandle/vim-bitwise'
Run BundleInstall
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.