Utilize Tmux Plugin Manager to gain functionality#75
Open
mattpolito wants to merge 1 commit intomasterfrom
Open
Utilize Tmux Plugin Manager to gain functionality#75mattpolito wants to merge 1 commit intomasterfrom
mattpolito wants to merge 1 commit intomasterfrom
Conversation
mattpolito
commented
Mar 7, 2018
.tmux.conf
Outdated
| @@ -1,49 +1,44 @@ | |||
| # bind -T copy-mode-vi v send-keys -X begin-selection | |||
Member
Author
There was a problem hiding this comment.
With current config this is rectangle-toggle
mattpolito
commented
Mar 7, 2018
.tmux.conf
Outdated
| @@ -1,49 +1,44 @@ | |||
| # bind -T copy-mode-vi v send-keys -X begin-selection | |||
| # bind -T copy-mode-vi V send-keys -X rectangle-toggle | |||
Member
Author
There was a problem hiding this comment.
With current config this is select-line
mattpolito
commented
Mar 7, 2018
.tmux.conf
Outdated
| # set-option -g -q mouse on | ||
| # bind-key -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M" | ||
| # bind-key -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; send-keys -M" | ||
| # bind-key -T copy-mode-vi WheelUpPane send-keys -X halfpage-up |
Member
Author
There was a problem hiding this comment.
With current config copy-mode-vi wheel motion is the same with the exception of being 5 lines instead of half page
mattpolito
commented
Mar 7, 2018
.tmux.conf
Outdated
| # | ||
| # # Mouse options for tmux >= 2.5 | ||
| # set-option -g -q mouse on | ||
| # bind-key -T root WheelUpPane if-shell -F -t = "#{alternate_on}" "send-keys -M" "select-pane -t =; copy-mode -e; send-keys -M" |
Member
Author
There was a problem hiding this comment.
With current config, these should be covered and can be removed.
* tmux-sensible * tmux-yank * tmux-pain-control * tmux-resurrect Co-authored-by: Matt Polito <[email protected]>
06274da to
0da80b2
Compare
Contributor
|
@mattpolito I didn't see this at the time. It looks like you were adding a plugin manager for tmux ?? sounds awesome!! Do you still care about this? |
Member
Author
|
It’s probably out of date but yes I do still care about this.
I have to figure out a way for it to be installed with dotmatrix
…On Tue, Jun 4, 2019 at 6:08 PM Chris Erin ***@***.***> wrote:
@mattpolito <https://github.com/mattpolito> I didn't see this at the
time. It looks like you were adding a plugin manager for tmux ?? sounds
awesome!! Do you still care about this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#75?email_source=notifications&email_token=AAAAQYNHPHSJRAJDF5O7WBTPY3RVTA5CNFSM4ETJ4L72YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODW6ANHA#issuecomment-498861724>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAAQYOLXTEKER5FDNKGTXLPY3RVTANCNFSM4ETJ4L7Q>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We gain similar functionality from these plugins that are more community driven. This feels like a great base.
I started the base by commenting out all tmux config and removing each configuration as it was replaced by one of the following plugins
Then uncommented anything specific to dotmatrix... what is left commented are configurations I personally don't use and will need some feedback to determine if they are still necessary.
#71