kazu-yamamoto / Firemacs

An extension to add Emacs's editing features to Firefox
http://www.mew.org/~kazu/proj/firemacs/
107 stars 12 forks source link

ido buffer switching alike tab switching #8

Closed MaikBeckmann closed 13 years ago

MaikBeckmann commented 13 years ago

This binds `C-x b' to a call to allTabs.open(), which is defined in content/browser-tabPreviews.js in the FF4 code base.

Usually one gets this functionality by hitting C-S-TAB, given that browser.ctrlTab.previews is set to true (false is the default).

MaikBeckmann commented 13 years ago

Additional Notes:

MaikBeckmann commented 13 years ago

opps

MaikBeckmann commented 13 years ago

While editing these very comments I came to the conclusion that it's counter intuitive to not have C-x b working while editing. Hence the case change from View to Comment.

kazu-yamamoto commented 13 years ago

Merged. This feature will be released in Firemacs 4.3. Thank you for your great contribution!