mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
nvim: only one leader key
This commit is contained in:
parent
66c905223b
commit
591c4d973f
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ local leader = ' '
|
|||
vim.g.mapleader = leader
|
||||
vim.g.maplocalleader = leader
|
||||
vim.keymap.set({ 'n', 'v' }, '<Space>', '<Nop>', { silent = true })
|
||||
vim.keymap.set({ 'n', 'v' }, '<CR>', leader, { silent = true, remap = true })
|
||||
vim.keymap.set({ 'n', 'v' }, '<CR><CR>', '<CR>', { silent = true, remap = false })
|
||||
|
||||
--[[ cfg_options: See `:help vim.o` ]]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue