Add `p' and `P' remap to `pp' and `pt' (to open URL in the clipboard) - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) changeset a4dbd8e7683ead55e370774e3668c590b3510b24
 (DIR) parent 732225e53078f338af78b347b4a075451978b0d9
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Thu, 27 Sep 2018 00:30:39 
       
       Add `p' and `P' remap to `pp' and `pt' (to open URL in the clipboard)
       
       Diffstat:
        config/luakit/userconf.lua |  2 ++
        1 files changed, 2 insertions(+), 0 deletions(-)
       ---
       diff -r 732225e53078 -r a4dbd8e7683e config/luakit/userconf.lua
       --- a/config/luakit/userconf.lua        Wed Sep 26 22:46:12 2018 +0200
       +++ b/config/luakit/userconf.lua        Thu Sep 27 00:30:39 2018 +0200
       @@ -7,6 +7,8 @@
            {"<Control-Right>", "gt", true},
            {"<Control-p>", "gT", true},
            {"<Control-Left>", "gT", true},
       +    { "p", "pp", true},
       +    { "P", "pt", true},
        })
        
        local soup = require "soup"