Commit graph

11 commits

Author SHA1 Message Date
Shigeaki Nishina
b8a749f19b Remove reference to vterm's internal symbol 2021-04-10 09:40:05 +09:00
Shigeaki Nishina
1d70c7f9fb Bump version to 0.12 2021-03-27 15:57:49 +09:00
Shigeaki Nishina
cc4067c79d Define an alias to julia-vterm-send-cd-to-buffer-directory 2021-03-27 15:56:53 +09:00
Shigeaki Nishina
e0dd3e94a4 Define an alias to start julia-vterm-repl 2021-03-27 15:54:01 +09:00
Shigeaki Nishina
06ee45bffb Bump version to 0.11 2020-12-23 16:41:10 +09:00
Michal Sojka
742ce656e2
Allow ending copy mode with C-c C-t (#3)
When ending julia-vterm-repl-copy-mode by pressing C-c C-t, the Julia
process remains stopped and the buffer is almost unusable, because it
does not have its local keymap set. The only working way to terminate
the copy mode is by pressing RET, but this requires an active region.

This commit fixes the above problem by moving the code for ending the
copy mode to julia-vterm-repl-copy-mode. Now the copy mode can be
terminated by both RET and C-c C-t.
2020-12-23 15:42:22 +09:00
Shigeaki Nishina
d4d5c50f15 Make julia-vterm-paste-string accept session-name argument 2020-12-02 17:45:46 +09:00
Shigeaki Nishina
635ed51adb Implement support for multiple REPL buffers 2020-11-10 17:19:09 +09:00
Shigeaki Nishina
578b8e46a9 Implement send cd to buffer directory 2020-10-27 09:24:35 +09:00
Shigeaki Nishina
c0daa3d1c1 Implement send by include or Revise.includet 2020-10-27 08:33:06 +09:00
Shigeaki Nishina
f7b790a49e Change package filename to julia-vterm.el and update names in the file accordingly 2020-10-23 12:34:23 +09:00
Renamed from julia-repl-vterm.el (Browse further)