Skip to content

Commit

Permalink
Merge pull request square#156 from slam/tmux_local
Browse files Browse the repository at this point in the history
Add tmux.conf.local
  • Loading branch information
rudle committed May 14, 2014
2 parents dbc906c + 34433a1 commit 5461fe7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ You can adjust the size of the smaller panes in `tmux.conf` by lowering or incre
rake

## Customize
In your home directory, Maximum Awesome creates a `.vimrc.local` file where you can customize
Vim to your heart’s content. However, we’d love to incorporate your changes and improve Vim
In your home directory, Maximum Awesome creates `.vimrc.local`, `.vimrc.bundles.local` and `.tmux.conf.local` files where you can customize
Vim and tmux to your heart’s content. However, we’d love to incorporate your changes and improve Vim and tmux
for everyone, so feel free to fork Maximum Awesome and open some pull requests!

## Uninstall
Expand Down
3 changes: 2 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,8 @@ end

COPIED_FILES = filemap(
'vimrc.local' => '~/.vimrc.local',
'vimrc.bundles.local' => '~/.vimrc.bundles.local'
'vimrc.bundles.local' => '~/.vimrc.bundles.local',
'tmux.conf.local' => '~/.tmux.conf.local'
)

LINKED_FILES = filemap(
Expand Down
2 changes: 2 additions & 0 deletions tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ set-option -g default-command "/bin/bash -c 'which reattach-to-user-namespace >/

# Allow the arrow key to be used immediately after changing windows
set-option -g repeat-time 0

source-file ~/.tmux.conf.local
1 change: 1 addition & 0 deletions tmux.conf.local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Add your local tmux config here

0 comments on commit 5461fe7

Please sign in to comment.