summaryrefslogtreecommitdiffstats
path: root/src/maps.c
AgeCommit message (Collapse)Author
2021-03-25Recognise <SPACE> in mappings, rathern than simple ' 'Andrés
2021-03-25Work on #225 and #247Andrés
2021-03-25Removed tabs. Corrected email address in filesAndrés
2021-03-25Added mappings for command mode.Andrés
Handle <ESC> key in mappings. Fixed vmaps in get_mappings function.
2017-07-29Doxygen comments.Charles Edward Pax
2017-07-05Ignore case when declaring special keys in a mapmongo
2017-04-24fix file permissionsmongo
2017-04-21cpaste command to paste from clipboard to Sc-imandmarti1424
2017-04-09cleaned commentsandmarti1424
2017-04-03cleaning code. removing unneeded/comments lines. starting to isolate UI codemongo
2017-02-07Allow both backspace codes in any buildIku
Backspace is represented differently on different operating systems. This was previously addressed with OS flags but even between Linux distributions and SSH clients the representation can differ. This commit allows both representations in any build, removing the hack flag.
2016-09-09Removed commented includesmongo
2016-09-05Use pkg-config for ncursesw cflagsJohannes Löthberg
Fixes #2. Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
2016-05-11Change in EvalAllmongo
2016-04-25Changed default branch name to devmongo
2016-04-15Renamed src.scim2 to srcmongo