nvim: fix some maps
This commit is contained in:
parent
5e198fde64
commit
efd47a0699
|
@ -60,9 +60,10 @@ map({ 'v', 'n' }, '<Leader>y', '"+y', 'Yank to system clipboard')
|
|||
map({ 'v', 'n' }, '<Leader><C-y>', '"*y', 'Yank to system selection')
|
||||
|
||||
map('n', '<Leader>p', '"+p', 'Paste from system clipboard')
|
||||
map('n', '<Leader>P', '"+P', 'Paste from system clipboard')
|
||||
map('n', '<Leader><C-p>', '"*p', 'Paste from system selection (after)')
|
||||
map('n', '<Leader><C-M-p>', '"*P', 'Paste from system selection (before)')
|
||||
map('n', '<Leader>P', '"+P', 'Paste from system clipboard')
|
||||
map('n', '<Leader><C-p>', '"*p', 'Paste from system selection')
|
||||
map('n', '<Leader><C-M-p>', '"*P', 'Paste from system selection')
|
||||
|
||||
|
||||
-- toggle between beginning of line and beginning of text
|
||||
map({ 'n', 'i', 'v' }, '<Home>',
|
||||
|
|
Loading…
Reference in New Issue
Block a user