added copy command
parent
e708b994da
commit
07d5fc4a8c
|
@ -9,5 +9,7 @@ NULL,
|
||||||
['['] = c_unindent,
|
['['] = c_unindent,
|
||||||
[']'] = c_indent,
|
[']'] = c_indent,
|
||||||
['d'] = c_delete,
|
['d'] = c_delete,
|
||||||
|
['c'] = c_copy,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
2
efn.c
2
efn.c
|
@ -22,5 +22,7 @@
|
||||||
#include "c_indent.c"
|
#include "c_indent.c"
|
||||||
#include "c_delete.c"
|
#include "c_delete.c"
|
||||||
|
|
||||||
|
#include "c_clipboard.c"
|
||||||
#include "commands.c"
|
#include "commands.c"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue