Skip to content

Added slurp and non OS X keybindings

Compare
Choose a tag to compare
@mkleehammer mkleehammer released this 09 Aug 15:59
· 80 commits to master since this release

Breaking Changes

  • The key binding cmd-e is now "slurp". The "focus editor" command has now been assigned to cmd-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.