You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not an important issues, but sometimes vim doesn't highlight the modifier keywords.
# vim: ft=i3config
# These lines do NOT syntax highlight the Control, Shift, or Alt:
bindsym Control+$mod+m unmark x
bindsym Shift+$mod+m unmark x
bindsym Alt+$mod+m unmark x
bindsym Control+$alt+m unmark x
bindsym Shift+$alt+m unmark x
bindsym Alt+$alt+m unmark x
# These lines DO syntax highlight the Control, Shift, or Alt:
bindsym Control+m unmark x
bindsym Shift+m unmark x
bindsym Alt+m unmark x
bindsym Shift+Control+$mod+m unmark x
bindsym Alt+Shift+$mod+m unmark x
bindsym Shift+Alt+$mod+m unmark x
The text was updated successfully, but these errors were encountered:
First, Thank you for writing i3-config.vim!
Not an important issues, but sometimes vim doesn't highlight the modifier keywords.
The text was updated successfully, but these errors were encountered: