|
134 | 134 | # };
|
135 | 135 |
|
136 | 136 | envExtra = ''
|
137 |
| - export TERM=xterm-24bit |
138 | 137 | export ZSH_AUTOSUGGEST_USE_ASYNC=true;
|
139 | 138 | '';
|
140 | 139 | # alias assume="source ${pkgs.granted}/bin/.assume-wrapped"
|
@@ -229,59 +228,60 @@ in {
|
229 | 228 | # lla = "eza -la";
|
230 | 229 | };
|
231 | 230 |
|
232 |
| - programs.tmux = { |
233 |
| - enable = true; |
234 |
| - shortcut = "j"; |
235 |
| - baseIndex = 1; |
236 |
| - # Stop tmux+escape printing nonsense |
237 |
| - # https://github.com/tmux-plugins/tmux-sensible/issues/61 |
238 |
| - escapeTime = 1; |
239 |
| - mouse = true; |
240 |
| - keyMode = "vi"; |
| 231 | + # programs.tmux = { |
| 232 | + # enable = true; |
| 233 | + # shortcut = "j"; |
| 234 | + # baseIndex = 1; |
| 235 | + # # Stop tmux+escape printing nonsense |
| 236 | + # # https://github.com/tmux-plugins/tmux-sensible/issues/61 |
| 237 | + # escapeTime = 1; |
| 238 | + # mouse = true; |
| 239 | + # keyMode = "vi"; |
241 | 240 |
|
242 |
| - newSession = false; |
243 |
| - # Force tmux to use /tmp for sockets (WSL2 compat) |
244 |
| - secureSocket = false; |
245 |
| - clock24 = true; |
246 |
| - plugins = with pkgs.tmuxPlugins; [ |
247 |
| - # First plugins that adjust the right status bar |
248 |
| - { |
249 |
| - plugin = tmux-tokyo-night; |
250 |
| - extraConfig = '' |
251 |
| - set -g @theme_plugin_datetime_format '%b %d %H:%M' |
252 |
| - set -g @theme_left_separator '' |
253 |
| - set -g @theme_right_separator '' |
254 |
| - ''; |
255 |
| - } |
256 |
| - # Then resurrect and continuum pair |
257 |
| - { |
258 |
| - plugin = resurrect; |
259 |
| - extraConfig = '' |
260 |
| - set -g @resurrect-capture-pane-contents 'on' |
261 |
| - ''; |
262 |
| - } |
263 |
| - { |
264 |
| - plugin = continuum; |
265 |
| - extraConfig = '' |
266 |
| - set -g @continuum-restore 'on' |
267 |
| - set -g @continuum-boot 'on' |
268 |
| - set -g @continuum-save-interval '15' # minutes |
269 |
| - ''; |
270 |
| - } |
271 |
| - sensible |
272 |
| - better-mouse-mode |
273 |
| - extrakto # prefix + tab |
274 |
| - fzf-tmux-url # prefix + u |
275 |
| - pain-control # sensible splits and movement |
276 |
| - tmux-thumbs # prefix + space |
277 |
| - # TODO: add TMUX_FZF_MENU= for custom menu using extraConfig, for assume and pass |
278 |
| - # https://github.com/sainnhe/tmux-fzf#user-menu |
279 |
| - tmux-fzf |
280 |
| - yank |
281 |
| - ]; |
| 241 | + # newSession = false; |
| 242 | + # # Force tmux to use /tmp for sockets (WSL2 compat) |
| 243 | + # secureSocket = false; |
| 244 | + # terminal = "tmux-256color"; |
| 245 | + # clock24 = true; |
| 246 | + # # plugins = with pkgs.tmuxPlugins; [ |
| 247 | + # # # First plugins that adjust the right status bar |
| 248 | + # # # { |
| 249 | + # # # plugin = tmux-tokyo-night; |
| 250 | + # # # extraConfig = '' |
| 251 | + # # # set -g @theme_plugin_datetime_format '%b %d %H:%M' |
| 252 | + # # # set -g @theme_left_separator '' |
| 253 | + # # # set -g @theme_right_separator '' |
| 254 | + # # # ''; |
| 255 | + # # # } |
| 256 | + # # # Then resurrect and continuum pair |
| 257 | + # # # { |
| 258 | + # # # plugin = resurrect; |
| 259 | + # # # extraConfig = '' |
| 260 | + # # # set -g @resurrect-capture-pane-contents 'on' |
| 261 | + # # # ''; |
| 262 | + # # # } |
| 263 | + # # # { |
| 264 | + # # # plugin = continuum; |
| 265 | + # # # extraConfig = '' |
| 266 | + # # # set -g @continuum-restore 'on' |
| 267 | + # # # set -g @continuum-boot 'on' |
| 268 | + # # # set -g @continuum-save-interval '15' # minutes |
| 269 | + # # # ''; |
| 270 | + # # # } |
| 271 | + # # # sensible |
| 272 | + # # better-mouse-mode |
| 273 | + # # extrakto # prefix + tab |
| 274 | + # # fzf-tmux-url # prefix + u |
| 275 | + # # pain-control # sensible splits and movement |
| 276 | + # # tmux-thumbs # prefix + space |
| 277 | + # # # TODO: add TMUX_FZF_MENU= for custom menu using extraConfig, for assume and pass |
| 278 | + # # # https://github.com/sainnhe/tmux-fzf#user-menu |
| 279 | + # # tmux-fzf |
| 280 | + # # yank |
| 281 | + # # ]; |
282 | 282 |
|
283 |
| - extraConfig = builtins.readFile ./includes/tmux.conf; |
284 |
| - }; |
| 283 | + # extraConfig = builtins.readFile ./includes/tmux.conf; |
| 284 | + # }; |
285 | 285 |
|
286 | 286 | home.file.".gemrc".text = "gem: --no-ri --no-rdoc";
|
287 | 287 | home.file.".p10k.zsh".source = ./includes/p10k.zsh;
|
|
0 commit comments