My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 6ceff0655005271f6980857fedab2d15d2935b36
Parent: 3d87a64def19ac606ca6a5f14ae25541ccde227c
Author: Matt Colligan <matt@edra.ai>
Date: 2026-05-10 16:41:10 +0100
Committer: Matt Colligan <matt@edra.ai>
Committed: 2026-05-10 16:41:10 +0100

b

tmux.conf Modified

@@ -93,3 +93,5 @@
 bind-key -n C-j run-shell -b "$navigate_down"
 bind-key -n C-k run-shell -b "$navigate_up"
 bind-key -n C-l run-shell -b "$navigate_right"
+
+bind g command-prompt -p "title:" 'run-shell "/Users/matt/.zsh/new-cc-session.sh %1"'