better movements for screen
This commit is contained in:
parent
eaf8f415e5
commit
8b7bb0aa29
|
@ -36,8 +36,8 @@ map('n', '<leader>l', '<cmd>Lazy<cr>', { desc = 'Open Lazy UI' })
|
|||
--map({ 'n', 'x' }, 'J', "<C-d>")
|
||||
|
||||
-- Easier line-wise movement
|
||||
map({'n', 'v'}, 'H', 'g^')
|
||||
map({'n', 'v'}, 'L', 'g$')
|
||||
map({'n', 'v'}, 'H', '<HOME>')
|
||||
map({'n', 'v'}, 'L', '<END>')
|
||||
|
||||
-- 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', '<C-k>', '<C-y>k')
|
||||
map('n', '<C-j>', '<C-e>j')
|
||||
|
||||
-- Clipboard
|
||||
-- ===
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue