Skip to content

Commit a2e2fe4

Browse files
ElleNajtclaude
andcommitted
Change keybinding: SPC o s → SPC o p for opening Python session
The SPC o s binding was conflicting with the macOS "send to application" submenu in Doom Emacs. Changed to SPC o p (p for "python session") to avoid the conflict while maintaining a mnemonic keybinding. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 20e9b07 commit a2e2fe4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ob-python-extras-keybindings.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
(kbd "SPC f i") #'org-toggle-inline-images
4444
(kbd "SPC f I") #'org-display-inline-images
4545
(kbd "C-c C-c") #'org-dispatch-C-c-C-c
46-
(kbd "SPC o s") #'ob-python-extras/open-session-buffer
46+
(kbd "SPC o p") #'ob-python-extras/open-session-buffer
4747
(kbd "SPC o v") #'ob-python-extras/get-variables
4848
(kbd "g s") #'org-edit-special)
4949

0 commit comments

Comments
 (0)