Nvim : Comment sys clipboard copy as it is not working.
This commit is contained in:
parent
d125b338bb
commit
83720a60f7
|
@ -11,7 +11,7 @@ rekey_visual('<Leader>.', '@:') -- Repeat command.
|
||||||
rekey_normal('zz', '<cmd>wa<cr>') -- Save all files.
|
rekey_normal('zz', '<cmd>wa<cr>') -- Save all files.
|
||||||
rekey_normal('<Leader>z', '<cmd>lua bye()<cr>') -- Save & quit all.
|
rekey_normal('<Leader>z', '<cmd>lua bye()<cr>') -- Save & quit all.
|
||||||
rekey_normal('<Leader>v', 'v') -- Visual select (duplicate).
|
rekey_normal('<Leader>v', 'v') -- Visual select (duplicate).
|
||||||
rekey_normal('<Leader>y', '"+y') -- Copy to system clipboard.
|
-- rekey_normal('<Leader>y', '"+y') -- Copy to system clipboard.
|
||||||
|
|
||||||
rekey_normal(';', ':') -- remap ; to :.
|
rekey_normal(';', ':') -- remap ; to :.
|
||||||
rekey_visual(';', ':') -- remap ; to :.
|
rekey_visual(';', ':') -- remap ; to :.
|
||||||
|
|
Reference in a new issue