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