Skip to content

Commit 2b00015

Browse files
committedFeb 17, 2025
fix(sensible): remove
It has lots of issues and it not very sensible at all: - tmux-plugins/tmux-sensible#41 - tmux-plugins/tmux-sensible#69 - tmux-plugins/tmux-sensible#74 Just set these defaults myself. It was breaking my shell on Mac :(
1 parent eef325b commit 2b00015

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎home-manager/programs/tmux/default.nix

-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
mouse = true;
1010
newSession = true;
1111
plugins = with pkgs.tmuxPlugins; [
12-
# override dumb defaults
13-
# https://github.com/tmux-plugins/tmux-sensible
14-
sensible
1512
# allows seamless window/pane navigation with nvim
1613
# needs the accompanying vim plugin
1714
# https://github.com/christoomey/vim-tmux-navigator/

0 commit comments

Comments
 (0)
Failed to load comments.