tmux-plugins / tmux-sensible

basic tmux settings everyone can agree on
MIT License
1.73k stars 90 forks source link

Update readme to show defaults that are being changed #65

Closed jjant closed 2 years ago

jjant commented 2 years ago

Hi, thank you for your work in this project.

In evaluating if I want to use this plugin, it'd be nice to have the default values for the options that are being modified in this snippet in the readme: https://github.com/tmux-plugins/tmux-sensible#options.

For example:

- # increase scrollback buffer size
+ # increase scrollback buffer size (default: 2000 lines)
set -g history-limit 50000
bruno- commented 2 years ago

That makes sense. Feel free to open a PR for this.

jjant commented 2 years ago

Done in #66.