summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Shepherd <davidshepherd7@users.noreply.github.com>2017-03-30 08:50:34 +0100
committerGitHub <noreply@github.com>2017-03-30 08:50:34 +0100
commit7ce1b12b9a9ee786e30d32c0927d36e9bf7b9a09 (patch)
tree3913f0149f97e71876f1f5bfc587adb5209872c5
parentFix copyright statement (diff)
downloademacs-terminal-here-7ce1b12b9a9ee786e30d32c0927d36e9bf7b9a09.tar.gz
Update README.md
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index b94a40a..394cc7c 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,11 @@ it. Hopefully it will be soon.
Run `terminal-here-launch` to start a terminal in the current directory.
+If the default command doesn't launch your preferred terminal you can set
+`terminal-here-terminal-command` to either list containing the command and
+arguments (e.g. `(list "my-terminal" "--foo")`)
+or a function which takes a directory and returns such a list.
+
Recommended keybindings:
```
@@ -45,12 +50,11 @@ Should be supported out-of-the-box, but currently untested:
* Older versions of Windows
* OSX (support is based on what [atom-open-terminal-here](https://github.com/blueimp/atom-open-terminal-here/blob/master/index.coffee#L46) does)
-Currently unsupported out-of-the-box:
+Requires setting `terminal-here-terminal-command` before use:
* Non-Debian-based UNIXes, because I haven't seen a standard way to open the user's preferred terminal
-If you have problems just set `terminal-here-terminal-command` to a command line (a list of
-strings like `'("foo-term" "arg1" "arg2")`) which launches your preferred terminal.
+If you have problems just set `terminal-here-terminal-command` as described above.
## Alternatives