Skip to content

Commit

Permalink
set intellij to ascii default
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Mar 19, 2021
1 parent 08be7d4 commit 01cf4a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions squirrel.custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ patch:
ascii_mode: true
com.googlecode.iterm2:
ascii_mode: true
com.jetbrains.intellij:
ascii_mode: true
# vim_mode: true

2 changes: 1 addition & 1 deletion symbols.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ punctuator:
'"' : { pair: [ '“', '”' ] }
'\' : [ 、, '\', \ ]
'|' : [ ·, ・, '|', |, '§', '¦', '‖' ]
'`' : [ '`', ‵, ‶, ‷, ′, ″, ‴, ⁗ ]
'`' : { commit: '`' }
'~' : [ '~', ~, ˜, ≈, ≋, ≃, ≅, ≇, ∽, ⋍, ≌, ﹏, ﹋, ﹌ ]
'!' : { commit: ! }
'@' : [ '@', ©, ®, ℗ ]
Expand Down

0 comments on commit 01cf4a8

Please sign in to comment.