Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はFirefoxを使用しており、vimperatorをインストールしています。素晴らしいのですが、ホットキーを使用して右側のタブを閉じる方法が見つかりません。これを行う方法を教えてください。ありがとう。
map <your_key_binding> gt :bd -s left<CR>vimperatorrcに追加します。
map <your_key_binding> gt :bd -s left<CR>
説明:
gt次の右のタブに:bd -s left切り替え、このタブを削除してから、左のタブに切り替えます。
gt
:bd -s left