resolve key conflict

This commit is contained in:
Christoph J. Scherr 2023-10-01 16:26:29 +02:00
parent 8784b4890c
commit dac783e403
1 changed files with 2 additions and 2 deletions

View File

@ -85,8 +85,8 @@ map('n', 'zn', ']s')
map('n', 'zN', '[s')
-- move screen and line up
map('n', '<C-k>', '<C-y>k')
map('n', '<C-j>', '<C-e>j')
map('n', 'zk', '<C-y>k')
map('n', 'zj', '<C-e>j')
-- Clipboard
-- ===