This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! Title: Twitter (X) Filter by ts-uc | |
! リンクを非表示にする | |
! Grok | |
x.com##a[href="/i/grok"] | |
! コミュニティ | |
x.com##a[href$="/communities"] | |
! プレミアム | |
x.com##a[href^="/i/premium_sign_up"] | |
! 認証済み組織 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"============================================================ | |
" j,kで4スクロール, J,Kで12スクロール | |
"============================================================ | |
noremap j 4j | |
noremap k 4k | |
noremap J 12j | |
noremap K 12k | |
noremap <C-j> <Space> | |
noremap <C-k> <C-b> | |