Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Closing pinned tabs must be forced #236

Merged
merged 3 commits into from
Jan 15, 2018
Merged

Closing pinned tabs must be forced #236

merged 3 commits into from
Jan 15, 2018

Conversation

cmtjk
Copy link

@cmtjk cmtjk commented Nov 22, 2017

According to #229 pinned tabs now can only be closed with DD which forces close without any check. In contrast d will now check whether the tab is pinned or not and will only close regular tabs.

@grummi92
Copy link

I don't like the use of DD for this, it may clash with #102.
Wouldn't d! (or !d if there are problems with normal d closing a tab) be a more vim like solution?

@cmtjk
Copy link
Author

cmtjk commented Nov 23, 2017

Yes, DD may clash but !d should be possible without difficulties.

Copy link
Owner

@ueokande ueokande left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice! thank you!!

@ueokande
Copy link
Owner

@r3r57 woops, src/shared/default-settings.js is conflicted. Please fix it.

@ueokande ueokande added this to the 0.9 milestone Jan 13, 2018
@cmtjk
Copy link
Author

cmtjk commented Jan 13, 2018

@ueokande sorry, I can't get it running at the moment. Is there a problem with the current master. I get TypeError: settings.properties is undefined - content.js:2060:7.

@ueokande
Copy link
Owner

ueokande commented Jan 14, 2018

@r3r57
Wow, recent changes caused that error.Thank you find it.
I already fix it, please merge latest master.

Cornelius Matějka added 3 commits January 14, 2018 17:19
Added binding 'DD' to force tab close which also closes pinned tabs
@cmtjk
Copy link
Author

cmtjk commented Jan 14, 2018

@ueokande Alright, I successfully rebased my branches.

Copy link
Owner

@ueokande ueokande left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ueokande ueokande merged commit 9daac97 into ueokande:master Jan 15, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants