Update default word_chars from gnome-terminal settings. Closes #129533
This commit is contained in:
parent
16e4bd7f7d
commit
c822ac7964
|
@ -139,7 +139,7 @@ class TerminatorTerm:
|
|||
|
||||
# Set our wordchars
|
||||
# FIXME: This shouldn't be hardcoded
|
||||
self._vte.set_word_chars ('-A-Za-z0-9./?%&#_+')
|
||||
self._vte.set_word_chars ('-A-Za-z0-9,./?%&#:_')
|
||||
|
||||
# Set our mouselation
|
||||
# FIXME: This shouldn't be hardcoded
|
||||
|
|
Loading…
Reference in New Issue