Save changed key binds to config file

This commit is contained in:
Pasi Kallinen
2022-08-05 13:07:26 +03:00
parent 45613ea771
commit fa1b326e31
3 changed files with 19 additions and 10 deletions

View File

@@ -266,6 +266,7 @@ extern char extcmd_initiator(void);
extern int doextcmd(void);
extern struct ext_func_tab *extcmds_getentry(int);
extern int count_bind_keys(void);
extern void get_changed_key_binds(strbuf_t *);
extern void handler_rebind_keys(void);
extern int extcmds_match(const char *, int, int **);
extern const char *key2extcmddesc(uchar);