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