File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Default bindings available from a purescript buffer:
134
134
| C-c M-n | M-x psci/load-module! | Equivalent of `:i your.current.module.name` - Import <module> for use in PSCI |
135
135
| C-c C-r | M-x psci/load-project-modules! | Load or reload files defined in the project file .psci |
136
136
| N/A | M-x psci/reset! | Equivalent of `:r` - Reset |
137
+ | N/A | M-x psci/quit! | Equivalent of `:q` - Quit |
137
138
| C-c C-z | | Provided you use the previous setup, this will switch back and forth between repl and buffer |
138
139
|-------------+--------------------------------+----------------------------------------------------------------------------------------------|
139
140
Original file line number Diff line number Diff line change 1
1
#+title: backlog
2
2
#+author: ardumont
3
3
4
- * IN-PROGRESS 0.0.5 [83%]
4
+ * TODO 0.0.6 [0%]
5
+ - [ ] Update version
6
+ - [ ] Make psci's default completion work
7
+ * IN-PROGRESS 0.0.5 [85%]
5
8
- [X] Prepare backlog
6
9
- [X] Improve mode description header
7
10
- [X] Update version
12
15
- [X] Reorganize private functions at the beginning of the buffer
13
16
- [X] Improve psci minor mode's dosctring description
14
17
- [X] Add quit session command
15
- - [ ] Make psci's default completion work
18
+ - [X] Update documentation about quit command
16
19
* DONE 0.0.4 [100%]
17
20
CLOSED: [2014-10-29 Wed 20:08]
18
21
- [X] Update version
You can’t perform that action at this time.
0 commit comments