diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -73,6 +73,8 @@ end local buffer = buffer buffer.set_theme(not CURSES and 'light' or 'term') +buffer.FIND_REGEXP = buffer.FIND_REGEXP + buffer.FIND_CXX11REGEX + -- Multiple Selection and Virtual Space buffer.multiple_selection = true buffer.additional_selection_typing = true |