Compare commits

..

9 Commits

Author SHA1 Message Date
tgrosinger 419b4ca6bc Neovim: Fix <C-e> hotkey in Octo buffers 2026-07-06 14:33:08 -07:00
tgrosinger 243b9810c8 Revert "tmux: Extended keys"
This reverts commit 3e521b1b90.
2026-07-06 08:54:29 -07:00
tgrosinger d6bed7a5f5 Neovim: Enable claude-review and disable code-review
I was not really using code-review and the keybindings conflicted with
my new claude-review extension. Claude review is installed from a local
directory.
2026-07-06 08:54:24 -07:00
tgrosinger 5a839c4051 Claude: Remove pr-walkthrough skill
The skill I am using for pr-walkthrough now lives in the claude-review
repo and has been adjusted to output structured json that can be viewed
in my Neovim plugin.
2026-07-06 08:54:24 -07:00
tgrosinger 590c2ce2e7 Pi: Install 2026-07-06 08:54:24 -07:00
tgrosinger a2915b9ffe Neovim: Install updates 2026-07-06 08:54:24 -07:00
tgrosinger e52b60547b Neovim: Show hidden and ignored files in snacks explorer by default 2026-07-06 08:54:24 -07:00
tgrosinger 3e521b1b90 tmux: Extended keys 2026-07-06 08:54:24 -07:00
tgrosinger 71454f4aae Ghostty: Switch from Alacritty 2026-07-06 08:54:24 -07:00
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ pnpm = "latest"
"npm:@anthropic-ai/sandbox-runtime" = "latest"
"npm:typescript-language-server" = "latest"
"npm:typescript" = "latest"
"github:Satty-org/Satty" = "0.21.1"
"github:Satty-org/Satty" = "0.20.1"
"github:DarthSim/overmind" = "latest"
"github:F1bonacc1/process-compose" = "latest"
"github:modem-dev/hunk" = "latest"
+1 -1
View File
@@ -11,7 +11,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term alacritty
set $term ghostty
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
+1 -3
View File
@@ -4,8 +4,6 @@ set-option -g status-interval 2
set-option -g renumber-windows on
set-option -g history-limit 10000
set -s escape-time 0
set-option -g detach-on-destroy off
set-hook -g session-closed 'choose-tree -Zs'
### Fix supporting italics
set -g default-terminal "tmux-256color"
@@ -48,7 +46,7 @@ bind-key -T copy-mode-vi 'C-l' select-pane -R
# Improved support for Claude Code CLI.
set -g allow-passthrough on
set -as terminal-features 'alacritty*:RGB'
set -as terminal-features 'xterm-ghostty*:RGB'
# change windows
bind -n S-Right next-window