add tmux-urlview plugin

This commit is contained in:
2016-08-04 22:40:45 +02:00
parent 5c2d37e72f
commit ef2ff04915
4 changed files with 14 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -25,3 +25,6 @@
[submodule ".vim/bundle/vim-tmux"]
path = .vim/bundle/vim-tmux
url = https://github.com/tmux-plugins/vim-tmux.git
[submodule ".tmux/plugins/tmux-urlview"]
path = .tmux/plugins/tmux-urlview
url = https://github.com/tmux-plugins/tmux-urlview.git

View File

@@ -1,3 +1,11 @@
##########################################
### Plugins
##########################################
# tmux-urlview (https://github.com/tmux-plugins/tmux-urlview)
run-shell ~/.tmux/plugins/tmux-urlview/urlview.tmux
set -g @urlview-key 'u'
##########################################
### special settings for MacOS
##########################################

View File

@@ -22,7 +22,7 @@ This repo is a store my personal Debian and macOS dotfiles.
* All vim, tmux, ... plugins are included as git-submodule. So you have the lastest version everytime you update via *udot* command.
* [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh.git) with fantastic [Cobalt2 theme](https://github.com/wesbos/Cobalt2-iterm.git).
* A useful vim configuration with pathogen plugin manager and some plugins: [syntastic](https://github.com/scrooloose/syntastic.git), [vim-airline](https://github.com/vim-airline/vim-airline.git), [vim-fugitive](https://github.com/tpope/vim-fugitive.git), [vim-tmux](https://github.com/tmux-plugins/vim-tmux)
* My favorite tmux configuration and some tmux plugins: [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight.git), [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat), [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect)
* My favorite tmux configuration and some tmux plugins: [tmux-prefix-highlight](https://github.com/tmux-plugins/tmux-prefix-highlight.git), [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat), [tmux-resurrect](https://github.com/tmux-plugins/tmux-resurrect), [tmux-urlview](https://github.com/tmux-plugins/tmux-urlview)
* and many more ;)
## Installation
@@ -41,4 +41,4 @@ This repo is a store my personal Debian and macOS dotfiles.
## Dependencies
### 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: brew install urlview extract_url