diff --git a/lua/plex/config/keymaps.lua b/lua/plex/config/keymaps.lua index fb10ef1..1d86c31 100644 --- a/lua/plex/config/keymaps.lua +++ b/lua/plex/config/keymaps.lua @@ -36,8 +36,8 @@ map('n', 'l', 'Lazy', { desc = 'Open Lazy UI' }) --map({ 'n', 'x' }, 'J', "") -- Easier line-wise movement -map({'n', 'v'}, 'H', 'g^') -map({'n', 'v'}, 'L', 'g$') +map({'n', 'v'}, 'H', '') +map({'n', 'v'}, 'L', '') -- Toggle fold or select option from popup menu ---@return string @@ -84,6 +84,10 @@ map('n', 'zh', 'z4h') map('n', 'zn', ']s') map('n', 'zN', '[s') +-- move screen and line up +map('n', '', 'k') +map('n', '', 'j') + -- Clipboard -- === diff --git a/spell/en.utf-8.add b/spell/en.utf-8.add index e863873..5fbd678 100644 --- a/spell/en.utf-8.add +++ b/spell/en.utf-8.add @@ -166,3 +166,31 @@ Spektralgestalt CTS Addressor Timestamp +str +BASEDIRECTORY +configs +fifo +PKI +secp384r1 +Addressors +Keystore +Fifos +SBC +NTSecureCloudSolutions +newtec +loesungen +subfigure +Shield96 +ATSAMA5D27 +TrustZone +A5 +ARMv7 +eMMC +MT25QU0512BBB +ATECC608 +Rückwärtskompatibilität +tls +opcua +texttt +rfcp +ssl diff --git a/spell/en.utf-8.add.spl b/spell/en.utf-8.add.spl index 2f40389..0f2b22b 100644 Binary files a/spell/en.utf-8.add.spl and b/spell/en.utf-8.add.spl differ