Skip to content

Commit

Permalink
F3 for repeat last search in doze
Browse files Browse the repository at this point in the history
  • Loading branch information
rdp committed Feb 18, 2010
1 parent 3ff210c commit ee3615a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion plugins/redcar/redcar.rb
Expand Up @@ -571,7 +571,12 @@ def self.keymaps

link "Ctrl+Shift+R", PluginManagerUi::ReloadLastReloadedCommand
end
[linwin, osx]

win = Redcar::Keymap.build("main", [:linux, :windows]) do
link "F3", RepeatPreviousSearchForwardCommand
end

[linwin, osx, win]
end

def self.menus
Expand Down

0 comments on commit ee3615a

Please sign in to comment.