.
This commit is contained in:
parent
c6e6767f0a
commit
6f5bc22662
4 changed files with 11 additions and 1 deletions
7
files/.config/luakit/userconf.lua
Normal file
7
files/.config/luakit/userconf.lua
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
local modes = require "modes"
|
||||
|
||||
modes.add_binds("normal", {
|
||||
{ "<Control-c>", "Copy selected text.", function ()
|
||||
luakit.selection.clipboard = luakit.selection.primary
|
||||
end},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue