Added H and L maps for neovim.
This commit is contained in:
parent
bb06e29d27
commit
4dea13d2ba
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ local opts = {nowait=true, silent = true}
|
|||
map('n', '\\|', '<C-w>v', opts)
|
||||
map('n', '\\-', '<C-w>s', opts)
|
||||
|
||||
-- Move
|
||||
map('n', 'L', '$', opts)
|
||||
map('n', 'H', '^', opts)
|
||||
|
||||
-- Netrw
|
||||
vim.api.nvim_create_autocmd('filetype', {
|
||||
pattern = 'netrw',
|
||||
|
|
Loading…
Reference in a new issue