@@ -76,25 +76,6 @@ allowing you to hold `Ctrl` and repeat `a + p`/`a + n` (if your prefix is
7676If prefix is ` C-b ` , above keys will be ` C-b ` and ` b ` .<br />
7777If prefix is ` C-z ` , above keys will be ` C-z ` and ` z ` ... you get the idea.
7878
79- ### Almost sensible options - deprecated
80-
81- ** Note** : this feature is deprecated and will be removed from ` tmux-sensible `
82- in the next major release. The reason for this is to focus this plugin on doing
83- just one thing (and hopefully doing it well).<br />
84- If you were using 'almost sensible' the path forward is to move all the
85- below options to your ` .tmux.conf ` .
86-
87- Activate these by putting ` set -g @almost-sensible 'on' ` in ` .tmux.conf ` .
88-
89- # C-a should be the Tmux default prefix, really
90- set -g prefix C-a
91- set -g mode-keys vi
92-
93- # enable mouse features for terminals that support it
94- set -g mouse-resize-pane on
95- set -g mouse-select-pane on
96- set -g mouse-select-window on
97-
9879### Installation with [ Tmux Plugin Manager] ( https://github.com/tmux-plugins/tpm ) (recommended)
9980
10081Add plugin to the list of TPM plugins in ` .tmux.conf ` :
@@ -118,12 +99,7 @@ Add this line to the bottom of `.tmux.conf`:
11899
119100 run-shell ~/clone/path/sensible.tmux
120101
121- Reload TMUX environment:
122-
123- # type this in terminal
124- $ tmux source-file ~/.tmux.conf
125-
126- You might also want to restart your tmux server, just in case.
102+ Reload TMUX environment with ` $ tmux source-file ~/.tmux.conf ` , and that's it.
127103
128104### Other goodies
129105
0 commit comments