Compare commits

..

9 Commits

Author SHA1 Message Date
tgrosinger 3c6afb9d3a Sway: Parameterize term 2026-07-07 09:15:22 -07:00
tgrosinger 2192fa23f0 Tmux: Switch to previous session after killing 2026-07-07 09:14:02 -07:00
tgrosinger e232d1ec2e Neovim: Fix <C-e> hotkey in Octo buffers 2026-07-07 09:14:00 -07:00
tgrosinger 15f8e17b57 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-07 09:13:43 -07:00
tgrosinger 41c5a6c37d 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-07 09:13:39 -07:00
tgrosinger 1510881558 Pi: Install 2026-07-07 09:13:36 -07:00
tgrosinger 13a252517a Neovim: Install updates 2026-07-07 09:13:33 -07:00
tgrosinger b2033a7b2d Neovim: Show hidden and ignored files in snacks explorer by default 2026-07-07 09:13:30 -07:00
tgrosinger adbac68c9e Ghostty: Install 2026-07-07 09:13:13 -07:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term ghostty
set $term alacritty
# 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 -1
View File
@@ -47,7 +47,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 'xterm-ghostty*:RGB'
set -as terminal-features 'alacritty*:RGB'
# change windows
bind -n S-Right next-window