Add iterm2 cask

This commit is contained in:
Dave Gallant
2024-07-31 17:56:06 -04:00
parent 817fc06750
commit e17148210b
2 changed files with 1 additions and 5 deletions

View File

@@ -244,10 +244,6 @@ in {
plugin = yank;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-yank'";
}
{
plugin = sensible;
extraConfig = "set -g @plugin 'tmux-plugins/tmux-sensible'";
}
{
plugin = tmux-colors-solarized;
extraConfig = ''
@@ -301,7 +297,6 @@ in {
set -g status-right '#(gitmux #{pane_current_path})'
unbind -T copy-mode-vi MouseDragEnd1Pane
'';
};