mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #1414 from glacambre/fix_editor_doc
Fix editor documentation
This commit is contained in:
commit
1f12c31615
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ export function removeTridactylEditorClass(selector: string) {
|
|||
*
|
||||
* The editorcmd needs to accept a filename, stay in the foreground while it's edited, save the file and exit. By default the filename is added to the end of editorcmd, if you require control over the position of that argument, the first occurrence of %f in editorcmd is replaced with the filename:
|
||||
* ```
|
||||
* set editorcmd 'terminator -u -e "vim %f"'
|
||||
* set editorcmd terminator -u -e "vim %f"
|
||||
* ```
|
||||
*
|
||||
* You're probably better off using the default insert mode bind of `<C-i>` (Ctrl-i) to access this.
|
||||
|
|
Loading…
Add table
Reference in a new issue