diff --git a/.conduit.yaml b/.conduit.yaml
index 010edba..f8098c9 100644
--- a/.conduit.yaml
+++ b/.conduit.yaml
@@ -6,3 +6,4 @@
 - symlink:
     - {src: inputrc, dst: ~/.inputrc}
     - {src: editrc, dst: ~/.editrc}
+    - {src: cgdbrc, dst: ~/.cgdb/cgdbrc}
diff --git a/cgdbrc b/cgdbrc
new file mode 100644
index 0000000..250c514
--- /dev/null
+++ b/cgdbrc
@@ -0,0 +1 @@
+:set cgdbmodekey=<C-s>