@@ -49,23 +49,23 @@ are useful for starting up gnuplot-mode:
49
49
50
50
When =gnuplot-mode= is on, the following keybindings are available:
51
51
52
- | C-c C-l | send current line to gnuplot |
53
- | C-c C-v | send current line to gnuplot and move forward 1 line |
54
- | C-c C-r | send current region to gnuplot |
55
- | C-c C-b | send entire buffer to gnuplot |
56
- | C-c C-f | send a file to gnuplot |
57
- | C-c C-i | insert filename at point |
58
- | C-c C-n | negate set option on current line |
59
- | C-c C-c | comment region |
60
- | C-c C-o | set arguments for command at point |
61
- | S-mouse-2 | set arguments for command under mouse cursor |
62
- | C-c C-d | read the gnuplot info file |
63
- | C-c C-e | show-gnuplot-buffer |
64
- | C-c C-k | kill gnuplot process |
65
- | C-c C-z | customize gnuplot-mode |
66
- | M-tab or M-ret | complete keyword before point |
67
- | ret | newline and indent |
68
- | tab | indent current line |
52
+ | C-c C-l | send current line to gnuplot |
53
+ | C-c C-v | send current line to gnuplot and move forward 1 line |
54
+ | C-c C-r | send current region to gnuplot |
55
+ | C-c C-b | send entire buffer to gnuplot |
56
+ | C-c C-f | send a file to gnuplot |
57
+ | C-c C-i | insert filename at point |
58
+ | C-c C-n | negate set option on current line |
59
+ | C-c C-c | comment region |
60
+ | C-c C-o | set arguments for command at point |
61
+ | S-mouse-2 | set arguments for command under mouse cursor |
62
+ | C-c C-d | read the gnuplot info file |
63
+ | C-c C-e | show-gnuplot-buffer |
64
+ | C-c C-k | kill gnuplot process |
65
+ | C-c C-z | customize gnuplot-mode |
66
+ | M-tab | complete keyword before point |
67
+ | ret | newline and indent |
68
+ | tab | indent current line |
69
69
70
70
71
71
With the exception of the commands for sending commands to Gnuplot,
0 commit comments