You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-34Lines changed: 0 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,40 +94,6 @@ One way to run everything is to use the `tools/start_api.sh` script, which uses
94
94
../console/tools/start_api.sh
95
95
```
96
96
97
-
<details>
98
-
<summary>Configuring tmux</summary
99
-
100
-
Because running the API requires running two programs plus the populate data script, we use tmux to split the terminal into panes so we can see the log output of all three. tmux has its own complicated set of [keyboard shortcuts](https://tmuxcheatsheet.com/). A good way to avoid having to deal with that if you want to poke around in the server logs is to create `~/.tmux.conf` that looks like this:
101
-
102
-
```
103
-
set -g mouse on
104
-
```
105
-
106
-
This will let you click to focus a pane and scrolling output with the mouse will automatically work. If you do want to use the shortcuts, here's a `tmux.conf` to make it a little more vim-like:
107
-
108
-
```shell
109
-
# change leader key from ctrl-b to ctrl-a
110
-
unbind C-b
111
-
set-option -g prefix C-a
112
-
bind-key C-a send-prefix
113
-
114
-
# ctrl-a v makes a vertical split, ctrl-a h make a horizontal split
0 commit comments