Skip to content

Conversation

mattpolito
Copy link
Member

@mattpolito mattpolito commented Mar 2, 2018

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

  • tmux-sensible
  • tmux-yank
  • tmux-pain-control
  • tmux-resurrect

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

.tmux.conf Outdated
@@ -1,49 +1,44 @@
# bind -T copy-mode-vi v send-keys -X begin-selection
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With current config this is rectangle-toggle

.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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With current config this is select-line

.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
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With current config copy-mode-vi wheel motion is the same with the exception of being 5 lines instead of half page

.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"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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]>
@chriserin
Copy link
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?

@mattpolito
Copy link
Member Author

mattpolito commented Jun 4, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants