Skip to content

mellowcandle/vim-bitwise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Vim plugin for Bitwise integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published