GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects.
$ git clone https://github.com/gpakosz/.tmux.git "/path/to/oh-my-tmux" $ mkdir -p "~/.config/tmux" $ ln -s "/path/to/oh-my-tmux/.tmux.conf" "~/.config/tmux/tmux.conf" $ cp "/path/to/oh-my-tmux/.tmux.conf.local" "~/.config/tmux/tmux.conf.local" ...
see manual #set -g status-keys vi #set -g mode-keys vi # replace C-b by C-a instead of using both prefixes # set -gu prefix2 # unbind C-a # unbind C-b # set -g prefix C-a # bind C-a send-prefix # if you don't want Oh my tmux! to alter a binding, use #!importan...
tmux 2.1+ running inside Linux, Mac, OpenBSD or Cygwin outside of tmux, $TERM must be set to xterm-256color To install, run the following from your terminal: (you may want to backup your existing ~/.tmux.conf first) $ cd $ git clone https://github.com/gpakosz/.tmux.git $ ln -...
To install, run the following from your terminal: (you may want to backup your existing ~/.tmux.conf first)$ cd $ git clone https://github.com/gpakosz/.tmux.git $ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local . ...
To install, run the following from your terminal: (you may want to backup your existing ~/.tmux.conf first) $ cd $ git clone https://github.com/gpakosz/.tmux.git $ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local . Then proceed to customize your ~/.tmux.conf.local co...
$ git clone https://github.com/gpakosz/.tmux.git /path/to/oh-my-tmux $ ln -s -f /path/to/oh-my-tmux/.tmux.conf ~/.tmux.conf $ cp /path/to/oh-my-tmux/.tmux.conf.local ~/.tmux.conf.local Then proceed to customize your ~/.tmux.conf.local copy. If you're a Vim user,...
To install, run the following from your terminal: (you may want to backup your existing ~/.tmux.conf first)$ cd $ git clone https://github.com/gpakosz/.tmux.git $ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local . ...
$ cd $ git clone https://github.com/gpakosz/.tmux.git $ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local . Then proceed to customize your ~/.tmux.conf.local copy.If you're a Vim user, setting the $EDITOR environment variable to vim will enable and further customize the ...
To install, run the following from your terminal: (you may want to backup your existing~/.tmux.conffirst) $ cd $ git clone https://github.com/gpakosz/.tmux.git $ ln -s -f .tmux/.tmux.conf $ cp .tmux/.tmux.conf.local .