diff --git a/dot_claude/settings.json b/dot_claude/settings.json index 3b47abf..7b4ad55 100644 --- a/dot_claude/settings.json +++ b/dot_claude/settings.json @@ -416,6 +416,7 @@ "WebFetch(domain:docs.gitlab.com)", "WebFetch(domain:graphite.dev)", "WebFetch(domain:handbook.gitlab.com)", + "WebFetch(domain:ghostty.org)", "WebFetch(domain:lazy.folke.io)", "WebFetch(domain:neovim.io)", "WebFetch(domain:www.jetbrains.com)", diff --git a/dot_config/tmux/tmux.conf.tmpl b/dot_config/tmux/tmux.conf.tmpl index 3995922..42f3b9c 100644 --- a/dot_config/tmux/tmux.conf.tmpl +++ b/dot_config/tmux/tmux.conf.tmpl @@ -24,9 +24,9 @@ bind r source-file ~/.config/tmux/tmux.conf unbind c bind t new-window unbind '"' -bind h split-window -h -c '#{pane_current_path}' +bind v split-window -h -c '#{pane_current_path}' unbind % -bind v split-window -v -c '#{pane_current_path}' +bind h split-window -v -c '#{pane_current_path}' #bind-key h select-pane -L bind-key j select-pane -D