fix #1109
This commit is contained in:
parent
bcb41ea239
commit
cef2899bba
|
@ -214,9 +214,6 @@ end
|
||||||
M.misc_mappings = function()
|
M.misc_mappings = function()
|
||||||
local map = nvchad.map
|
local map = nvchad.map
|
||||||
|
|
||||||
-- Don't copy the replaced text after pasting in visual mode
|
|
||||||
map("v", "p", '"_dP')
|
|
||||||
|
|
||||||
-- Allow moving the cursor through wrapped lines with j, k, <Up> and <Down>
|
-- Allow moving the cursor through wrapped lines with j, k, <Up> and <Down>
|
||||||
-- http://www.reddit.com/r/vim/comments/2k4cbr/problem_with_gj_and_gk/
|
-- http://www.reddit.com/r/vim/comments/2k4cbr/problem_with_gj_and_gk/
|
||||||
-- empty mode is same as using :map
|
-- empty mode is same as using :map
|
||||||
|
|
Loading…
Reference in New Issue