Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/afeiship/ushell-module-vim

Unix like shell module for vim.
https://github.com/afeiship/ushell-module-vim

alias cli command unix vim

Last synced: 19 days ago
JSON representation

Unix like shell module for vim.

Awesome Lists containing this project

README

        

# ushell-module-vim
> Unix like shell module for vim.

## installation
```shell
npm i -S @jswork/ushell-module-vim
```

## init(./init_vim_config.sh):
```bash
cd ~/github
git clone [email protected]:afeiship/fei-vim.git
rm -rf ~/.vim ~/.vimrc
ln -s ~/github/fei-vim/.vim ~/.vim
ln -s ~/github/fei-vim/.vim/vimrc ~/.vimrc
cd ~/.vim
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim && execute: `:BundleInstall`
```

## install spf13-vim
```bash
## update my vim
brew intall vim

## install:
curl https://j.mp/spf13-vim3 -L > spf13-vim.sh && sh spf13-vim.sh
```

## resources
- https://github.com/VundleVim/Vundle.vim
- `git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim`
- http://stackoverflow.com/questions/677986/vim-copy-selection-to-os-x-clipboard

## issues
+ mv ~/github/fei-vim/.vim/vimrc mv ~/github/fei-vim/.vim/.vimrc