diff --git a/_multiedit.py b/_multiedit.py index 3021d3f..810d071 100644 --- a/_multiedit.py +++ b/_multiedit.py @@ -117,6 +117,8 @@ config.cmd.map = Item( "copy": release + Key("c-c"), "cut": release + Key("c-x"), "select all": release + Key("c-a"), + "select word": release + Key("c-right") + Key("shift:down") + Key("c-left"), + "select [ | this] (line|lines)": release + Key("home, s-down:%(n)d"), "[hold] shift": Key("shift:down"), "release shift": Key("shift:up"), "[hold] control": Key("ctrl:down"), diff --git a/_namingcon.py b/_namingcon.py index 359f772..f8023e6 100644 --- a/_namingcon.py +++ b/_namingcon.py @@ -4,8 +4,6 @@ Modified from: Brandon Lovrien version Command module for programming variable naming conventions ========================================================== - - """ from dragonfly import *