https://github.com/zddhub/.dotfiles
zddhub's dotfiles
https://github.com/zddhub/.dotfiles
Last synced: 4 months ago
JSON representation
zddhub's dotfiles
- Host: GitHub
- URL: https://github.com/zddhub/.dotfiles
- Owner: zddhub
- Created: 2014-08-30T00:11:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-07-14T13:22:23.000Z (almost 4 years ago)
- Last Synced: 2025-07-02T21:02:36.229Z (12 months ago)
- Language: Vim script
- Size: 1010 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zddhub's dotfiles

## Installation
```bash
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cd ~ && git clone https://github.com/zddhub/.dotfiles.git && cd .dotfiles && ./bootstrap
```
## Key bindings
* ` = '\'`
### Split
* `\-` - split horizontally
* `\|` - split vertically
* `` - ``
* `` - ``
* `` - ``
* `` - ``
### NERDTree
* `\n` - Open NERDTree
## Go
* `` - auto complete
* `y` - code format
* `f` - import 'fmt'
# zencoding
* `` - auto complete html
## Thanks
* [Jeremy Saenz](http://codegangsta.io) and his [dotfiles repository](https://github.com/codegangsta/dotfiles)