summaryrefslogtreecommitdiff
path: root/src/normal.c
AgeCommit message (Expand)Author
2014-01-13Allow to toggle between two locations with '' (#57).Daniel Carl
2014-01-13Added m-{a-z} and '-{a-z} commands (#57).Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2014-01-08Reset inputbox style if command mode is started or box cleared.Daniel Carl
2014-01-05Fixed typo in word prompt.Daniel Carl
2013-12-21Added extended hint modes g;X (#53).Daniel Carl
2013-11-09Removed duplicate gtk_widget_show_all.Daniel Carl
2013-11-04Hold current prompt chars.Daniel Carl
2013-11-01Fixed missed query for search of selection.Daniel Carl
2013-10-27Added new ]] and [[ commands.Daniel Carl
2013-10-19Use SHOWCMD_LEN to be the number of chars without NULL byte.Daniel Carl
2013-10-08Moved show command to normal.c.Daniel Carl
2013-10-06Allow utf8 for keybinds.Daniel Carl
2013-09-30Moved stateful history processing to ex.c.Daniel Carl
2013-09-28Simplified a function a little.Daniel Carl
2013-09-28Simplified the command_search function.Daniel Carl
2013-09-28Removed nor more used count.Daniel Carl
2013-09-27Removed g commands from map.Daniel Carl
2013-09-27Fixed wrong mapped 'T' and 'O' commands.Daniel Carl
2013-09-27Set mode according to current focused widget.Daniel Carl
2013-09-27Removed string length restriction of vb_echo functions.Daniel Carl
2013-09-27Leave input mode if a form submit loads a page.Daniel Carl
2013-09-27Added missed normal commands 'O' and 'T'.Daniel Carl
2013-09-22Adapted manual page to the new key handling.Daniel Carl
2013-09-21Cleaned the code a little.Daniel Carl
2013-09-21Allow to bind also function keys.Daniel Carl
2013-09-20Changed the way keys are processed.Daniel Carl