stuff pog
This commit is contained in:
1 parent
79e7cca227
commit
2fba77dc76
5 files changed
+28
-5
No files matched your search
@@ -6,8 +6,13 @@ local j = "e"
|
||||
local k = "i"
|
||||
local l = "o"
|
||||
|
||||
-- terminal
|
||||
local m = u.mapping
|
||||
|
||||
-- terminal copy paste
|
||||
m.map("v", "<C-c>", '"+y')
|
||||
m.map("i", "<C-v>", '<esc>"+p`]a')
|
||||
|
||||
-- terminal
|
||||
m.map("t", "<esc>", "<C-\\><C-n>")
|
||||
m.map("t", "<tab>", "<tab>")
|
||||
m.map("t", "<C-"..h..">", "<C-\\><C-n><C-w>h")
|
||||
|
||||
Reference in new issue
Block a user