summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index eb57cbe..ed262d7 100644
--- a/README.md
+++ b/README.md
@@ -19,11 +19,16 @@ it. Hopefully it will be soon.
<!-- `M-x package-install terminal-here` -->
-Run TODO to start a terminal in the current directory.
+Run `terminal-here-launch` to start a terminal in the current directory.
Recommended keybindings:
-TODO
+```
+(require 'terminal-here)
+(global-set-key (kbd "C-<f5>") #'terminal-here-launch)
+```
+
+but pick anything you like really.
## Alternatives