You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ It is **highly recommended** to put this in your `~/.tmux.conf`:
16
16
```bash
17
17
set -g focus-events on
18
18
set -g status-style bg=default
19
-
set -g status-left-length 90
20
-
set -g status-right-length 90
19
+
set -g status-left-length 99
20
+
set -g status-right-length 99
21
21
set -g status-justify centre
22
22
```
23
23
24
24
Restart tmux and now you should see your vim statusline inside tmux.
25
25
26
-
`vim-tpipeline` is compatible with all statuslines and can be used together with other statusline plugins like *lualine*. If it doesn't work with yours, file a bug report.
26
+
`vim-tpipeline` is compatible with all statuslines and can be used together with other statusline plugins like *lightline*. If it doesn't work with yours, file a bug report.
27
27
28
28
## Requirements
29
29
@@ -47,9 +47,9 @@ let g:tpipeline_autoembed = 0
47
47
set -g focus-events on
48
48
set -g status-style bg=default
49
49
set -g status-left '#(cat #{socket_path}-\#{session_id}-vimbridge)'
50
-
set -g status-left-length 90
50
+
set -g status-left-length 99
51
51
set -g status-right '#(cat #{socket_path}-\#{session_id}-vimbridge-R)'
0 commit comments