Skip to content

Commit

Permalink
doc fixes (startup-directory → working-dir , SplitRigh → SplitRight) (#…
Browse files Browse the repository at this point in the history
…822)

* rename startup-directory → working-dir

* SplitRigh → SplitRight

---------

Co-authored-by: Raphael Amorim <[email protected]>
  • Loading branch information
raylu and raphamorim authored Dec 18, 2024
1 parent 4dc7088 commit dc4dedf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/docs/config/bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ Execute a predefined action in Rio terminal.

### [Split Actions](#split-actions)

| Action | Description |
| :----------------- | :------------------------------------------------------------------------- |
| SplitRigh | Create a split by right side |
| Action | Description |
| :-------------- | :------------------------------------------------------------------------- |
| SplitRight | Create a split by right side |
| SplitDown | Create a split by under current pane |
| SelectNextSplit | Select next split |
| SelectPrevSplit | Select previous split |
Expand Down
12 changes: 0 additions & 12 deletions docs/docs/config/startup-directory.md

This file was deleted.

12 changes: 12 additions & 0 deletions docs/docs/config/working-dir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 'working-dir'
language: 'en'
---

Directory the shell is started in. If this is unset, the working directory of the parent process will be used.

This configuration only works if [`use-fork`](use-fork) is disabled.

```toml
working-dir = '/Users/raphael/Documents/'
```

0 comments on commit dc4dedf

Please sign in to comment.