index
:
vimium
1.42
1.49
1.50
1.52
1.54
1.55
1.56
1.57
fix-h-l-left-right-scrolling
master
The hacker's browser.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content_scripts
/
mode_normal.coffee
Age
Commit message (
Expand
)
Author
2018-02-13
Make the reload command accept a count.
Stephen Blott
2017-11-25
Use mkRepeatCommand in main.coffee.
Stephen Blott
2017-11-18
FF: Use HUD frame for openCopiedUrlIn{Current,New}Tab
mrmr1993
2017-11-18
FF: Use HUD.copyToClipboard for copyCurrentUrl
mrmr1993
2017-11-12
Use tabIndex to provide the special focusInput behaviour in the options
mrmr1993
2017-11-12
Make focusInput visit inputs according to tabIndex order
mrmr1993
2017-10-29
Guard against undefined DomUtils, instead of stubbing in tests
mrmr1993
2017-10-29
Move findAndFollow* to mode_normal.coffee
mrmr1993
2017-10-29
Move FocusSelector to mode_normal.coffee
mrmr1993
2017-10-28
Remove normal mode commands from global scope
mrmr1993
2017-10-28
Remove invokeCommandString, call NormalModeCommands directly
mrmr1993
2017-10-28
Bind LinkHints, Vomnibar and Marks commands appropriately
mrmr1993
2017-10-27
Move goPrevious and goNext to normal mode file
mrmr1993
2017-10-27
Include LinkHints, Vomnibar and Marks commands in normal mode file
mrmr1993
2017-10-27
Split focusInput, move the main part into the normal mode file
mrmr1993
2017-10-27
Move passNextKey to normal mode file
mrmr1993
2017-10-27
Move mainFrame and showHelp to normal mode file
mrmr1993
2017-10-27
Move normal mode find commands into normal mode file
mrmr1993
2017-10-27
Move self-contained normal mode commands to normal mode file
mrmr1993
2017-10-27
Move NormalMode to its own content script
mrmr1993