summaryrefslogtreecommitdiff
path: root/src/map.c
AgeCommit message (Expand)Author
2018-04-16Removed unused struct.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-04-21adds TODO for deprecated gdkkeysymsRobert Timm
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-02-27Added backspace as a special character for mappingCraig Roy
2015-02-21Merged code from mode.c into main.cDaniel Carl
2015-02-14Add <Space> as special map key name (#176).Daniel Carl
2015-02-04Use more g_string_* function in map processing (#160).Daniel Carl
2015-02-04Use gstring for map processing (#160).Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-12-08Don't save mapped commands in history (#130).Daniel Carl
2014-11-26Fixed ^V^V shown in showcmd of statusbar.Daniel Carl
2014-09-04Fixed wrong showcmd in status bar.Daniel Carl
2014-08-31Fixed a little memory leak in unmap logic.Daniel Carl
2014-08-03Fixed some typos.Daniel Carl
2014-07-30Replaced deprecated g_memmove function calls.Daniel Carl
2014-06-29Used g_slice_new instead of g_new.Daniel Carl
2014-06-10Use const char * where possible.Daniel Carl
2014-06-08Added test for key mapping.Daniel Carl
2014-06-03Use g_return_*() function to avoid programming issues.Daniel Carl
2014-06-03Moved char related macro to ascii.h.Daniel Carl
2014-04-15Fixed g_source_remove call with none existing source.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2013-11-02Fixed none remove file for editor command.Daniel Carl
2013-10-28Fixed wrong keylabel to ascii conversion for <CR>.Daniel Carl
2013-10-19Added noremap counterparts for the xmap commands.Daniel Carl
2013-10-19Remove old mapping if the lhs is mapped new.Daniel Carl
2013-10-19Moved key mapping and label mapping array together.Daniel Carl
2013-10-19Simplified CSI processing a little.Daniel Carl
2013-10-15Changed CR key from 0x0a -> 0x0d like vim does.Daniel Carl
2013-10-13Added ':normal' command to run normal mode commands from input box.Daniel Carl
2013-10-08Moved show command to normal.c.Daniel Carl
2013-10-06Allow utf8 for keybinds.Daniel Carl
2013-09-30Removed prefixes from some static functions.Daniel Carl
2013-09-30Fixed non shown keys if keystroke where not ambiguous.Daniel Carl
2013-09-28Fixed wrong display for ambiguous maps.Daniel Carl
2013-09-28Allow to configure the timeoutlen.Daniel Carl
2013-09-28Added missed null byte to string.Daniel Carl
2013-09-21Show the last keys of keysequence in statusbar.Daniel Carl
2013-09-21Added cursor to default key bindings.Daniel Carl
2013-09-21Allow to bind also function keys.Daniel Carl
2013-09-20Changed the way keys are processed.Daniel Carl