mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Fix #667: broken link in source help
This commit is contained in:
parent
e7ad3b74e9
commit
71961aebb2
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ export async function installnative() {
|
|||
*
|
||||
* If no argument given, it will try to open ~/.tridactylrc, ~/.config/tridactylrc or $XDG_CONFIG_HOME/tridactyl/tridactylrc in reverse order.
|
||||
*
|
||||
* The RC file is just a bunch of Tridactyl excmds (i.e, the stuff on this help page). Settings persist in local storage; add `sanitise tridactyllocal tridactylsync` to make it more Vim like. There's an [example file](https://www.github.com/cmcaine/tridactyl/master/.tridactylrc) if you want it.
|
||||
* The RC file is just a bunch of Tridactyl excmds (i.e, the stuff on this help page). Settings persist in local storage; add `sanitise tridactyllocal tridactylsync` to make it more Vim like. There's an [example file](https://raw.githubusercontent.com/cmcaine/tridactyl/master/.tridactylrc) if you want it.
|
||||
*
|
||||
* @param fileArr the file to open. Must be an absolute path, but can contain environment variables and things like ~.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue