Browse Source

Add binding for finding next source block

nixos
Maxime Wack 4 years ago
parent
commit
579179ef72
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .emacs

+ 3
- 1
.emacs View File

@@ -1365,7 +1365,9 @@
"C-s" 'org-shiftdown
"C-d" 'org-shiftup
"C-r" 'org-shiftright
"C-t" 'org-shiftleft)
"C-t" 'org-shiftleft
"©" 'org-babel-next-src-block
"ſ" 'org-babel-previous-src-block)

;; Insert keybindings
(:keymaps 'org-mode-map


Loading…
Cancel
Save