diff options
author | 2018-06-02 21:52:03 -0400 | |
---|---|---|
committer | 2018-06-02 21:52:03 -0400 | |
commit | 6ed33d95b37bc8fc2c668f449f5f09235fd5ce2f (patch) | |
tree | 87e18bb912d9a11a6118629a95366e284218d656 /init.lua | |
parent | 0dc47564af26d83d15449156594302ace33869e5 (diff) | |
download | textadept-6ed33d95b37bc8fc2c668f449f5f09235fd5ce2f.tar.gz textadept-6ed33d95b37bc8fc2c668f449f5f09235fd5ce2f.zip |
Enable pasting into multiple selections by default.
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ buffer:set_theme(not CURSES and 'light' or 'term') -- Multiple Selection and Virtual Space buffer.multiple_selection = true buffer.additional_selection_typing = true ---buffer.multi_paste = buffer.MULTIPASTE_EACH +buffer.multi_paste = buffer.MULTIPASTE_EACH --buffer.virtual_space_options = buffer.VS_RECTANGULARSELECTION + -- buffer.VS_USERACCESSIBLE buffer.rectangular_selection_modifier = buffer.MOD_ALT |