some vim improvements

* add vim-ack
* define ,+w to open window verticaly
* add set relativenumber
* add set gdefault
This commit is contained in:
2016-08-09 20:46:50 +02:00
parent f536830bf9
commit 74e4d49347
4 changed files with 23 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ For easy update the complete dotfiles (inlc. all submodules) you can use *udot*
### macOS
* tmux: To show mem, cpu, load stats, you have to install tmux-mem-cpu-load (https://github.com/thewtex/tmux-mem-cpu-load)
* [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview): brew install urlview extract_url
* [Ack](http://beyondgrep.com/): brew install ack
## Feedback
Suggestions, corrections or improvements are welcome!