summaryrefslogtreecommitdiff
path: root/src/command.c
AgeCommit message (Expand)Author
2018-05-28Fix wrong search hit count shown on prev/next.Daniel Carl
2018-04-28Shop the numbers of search matches in status bar.Daniel Carl
2018-03-28Update license year.Daniel Carl
2017-10-28n/N restart the previous search if none is activeYoann Blein
2017-06-24Use Uppercase bool value from glib.Daniel Carl
2017-06-14Fix O after searching caused empty inputbox.Daniel Carl
2017-05-26Update license year.Daniel Carl
2017-05-07Make the ";y" (yanking) hint command workVirgil Dupras
2017-04-23fixes incsearch history handlingRobert Timm
2017-04-21Fixed none printed :open .. on O.Daniel Carl
2017-04-21Clear input after load commited during search.Daniel Carl
2017-04-20Added :save command.Daniel Carl
2017-02-28Allow to manage bookmarks and queue.Daniel Carl
2016-09-28Fixes comment styleRobert Timm
2016-09-28Adds yank commandRobert Timm
2016-09-28Allow link activation from search result.Daniel Carl
2016-06-01Update license year.Daniel Carl
2016-03-30Startup webkit2 branch from the scratch.Daniel Carl
2015-01-01Change year in license block.Daniel Carl
2014-11-26Yank alway also into default register "".Daniel Carl
2014-08-30Show the number of search results in status bar.Daniel Carl
2014-08-03Fixed some typos.Daniel Carl
2014-06-06Remove obsolete GET_URI() macro.Daniel Carl
2014-06-03Fixed segfault on yank without buffer.Daniel Carl
2014-06-03Don't write register or history during setup.Daniel Carl
2014-06-03Fixed not working * and # commands.Daniel Carl
2014-05-31Used new register "/ to continue search.Daniel Carl
2014-05-31Added support of read only registers ":, "/ and "%.Daniel Carl
2014-05-31Added support for different yank registers.Daniel Carl
2014-02-24Don't skip first search match after committing search query.Daniel Carl
2014-01-11Change year in license block.Daniel Carl
2013-12-21Added extended hint modes g;X (#53).Daniel Carl
2013-09-29Moved command_history to ex.cDaniel Carl
2013-09-28Simplified the command_search function.Daniel Carl
2013-09-28Removed nor more used count.Daniel Carl
2013-09-21Cleaned the code a little.Daniel Carl
2013-09-20Changed the way keys are processed.Daniel Carl
2013-08-14Allow to clear the inputbox on <esc> also if it's focused.Daniel Carl
2013-08-14Allow the inputbox to show multiple lines.Daniel Carl
2013-08-06Renamed the insert mode to input mode.Daniel Carl
2013-08-06Made pass through mode to a submode (#48).Daniel Carl
2013-08-06Added command focus-input and new keybinding 'g-i'.Daniel Carl
2013-08-05Fixed non working hinting mode for ;o and ;t.Daniel Carl
2013-08-05Added command pass-through to switch to pass through mode.Daniel Carl
2013-08-05Added new hinting mode to hint element to the beginning of queue.Daniel Carl
2013-08-05Added command queue-unshift.Daniel Carl
2013-08-01Added new command :queue-clear.Daniel Carl
2013-08-01Renamed queue related commands.Daniel Carl
2013-07-31Added feedback about number of left queue items.Daniel Carl
2013-07-30Allow to switch off queue feature via config.h.Daniel Carl