Skip to content

morhetz/vim-termitr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-termitr

Some vim terminal integration

Features

to be described

Installation

  • Pathogen
    • git clone https://github.com/morhetz/vim-termitr.git ~/.vim/bundle/vim-termitr
  • Vundle
    • Add Bundle 'morhetz/vim-termitr' to your .vimrc and run :BundleInstall
  • NeoBundle
    • Add NeoBundle 'morhetz/vim-termitr' to your .vimrc and run :NeoBundleInstall
  • vim-plug
    • Add Plug 'morhetz/vim-termitr' to your .vimrc and run :PlugInstall

Check for gnome-256color terminfo to be installed. Install it on Deb with:
> sudo apt-get install ncurses-term

Build local terminfos
> tic termitr.terminfo

Source termitr.sh at .bashrc//.zshrc//.profile
source "$HOME/.vim/bundle/vim-termitr/termitr.sh"
where $HOME/.vim/bundle/ is your preferred plugin manager bundles installation path

Put these lines to the .tmux.conf
set-option -g default-terminal screen-256color-bce

Recommended addons

vim-fixkey

Recommended terminal

urxvt with some patches -> point to repo with patchset

ToDo

FocusLost//FocusGained events with urxvt

Credits

Kevin Goodsell

About

Some vim terminal integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published