Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Single change to tmux/tmux.conf file at the end to source #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Single change to tmux/tmux.conf file at the end to source #12

wants to merge 2 commits into from

Conversation

flakrat
Copy link

@flakrat flakrat commented Jun 28, 2018

$HOME/.tmux.conf.local to allow for local modifications to be made
without having to modify the base code.

The install.sh file will create an empty $HOME/.tmux.conf.local file
if it doesn't already exist.

Updated the readme to include a note about putting local changes into
the appropriate file

On branch initial-changes

  • Changes to be committed:
    • modified: install.sh
    • modified: readme.md
    • modified: tmux/tmux.conf
    • new file: tmux/tmux.conf.local

flakrat added 2 commits June 28, 2018 11:28
`$HOME/.tmux.conf.local` to allow for local modifications to be made
without having to modify the base code.

The `install.sh` file will create an empty `$HOME/.tmux.conf.local` file
if it doesn't already exist.

Updated the readme to include a note about putting local changes into
the appropriate file

On branch initial-changes

-  Changes to be committed:
   -	modified:   install.sh
   -	modified:   readme.md
   -	modified:   tmux/tmux.conf
   -	new file:   tmux/tmux.conf.local
creating a symlink. I don't want my develpment version being used for
production.

Had to create a copy of the following from tmux.conf to tmux.conf.local
because it was somehow getting overwritten when loading my local config

bind -r C-[ previous-window
bind -r C-] next-window
bind -r [ select-pane -t :.-
bind -r ] select-pane -t :.+
bind -r Tab last-window   # cycle thru MRU tabs
bind -r C-o swap-pane -D

On branch initial-changes

- Changes to be committed:
  -     modified:   install.sh
  -     modified:   tmux/tmux.conf.local
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant