Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/afeiship/ushell-module-vim
- Owner: afeiship
- Created: 2016-09-23T17:34:51.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-09T13:48:03.000Z (about 4 years ago)
- Last Synced: 2024-10-06T22:24:54.035Z (about 1 month ago)
- Topics: alias, cli, command, unix, vim
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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