Added slurp and non OS X keybindings
Breaking Changes
- The key binding
cmd-e
is now "slurp". The "focus editor" command has now been assigned tocmd-enter
. - Search no longer starts with selected text. Use slurp which starts with selected text.
Slurp
Added the "slurp" (cmd-e
OS X / ctrl-e
Windows & Linux) command which copies text from the text editor into the find editor, one word at a time. See the description in the README.
Added Windows & Linux keybindings
They are the same as OS X except ctrl
is used instead of cmd
. Also added a section on making an emacs compatible key map.