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