|
|
@ -157,13 +157,6 @@ keymap("i", "jk", "<ESC>", opts)
|
|
|
|
keymap("n", "<leader>sp", ":split<CR>", opts) -- Splits current view horizontally.
|
|
|
|
keymap("n", "<leader>sp", ":split<CR>", opts) -- Splits current view horizontally.
|
|
|
|
keymap("n", "<leader>vp", ":vsplit<CR>", opts) -- Splits current view Vertically.
|
|
|
|
keymap("n", "<leader>vp", ":vsplit<CR>", opts) -- Splits current view Vertically.
|
|
|
|
|
|
|
|
|
|
|
|
-- ##################################################
|
|
|
|
|
|
|
|
-- ## I'm mapping vc to reload the .vimrc, #
|
|
|
|
|
|
|
|
-- ## without closing and re-opening he vim config. #
|
|
|
|
|
|
|
|
-- ##################################################
|
|
|
|
|
|
|
|
-- keymap("n", "<leader>vc", ":source ~/.config/nvim/init.lua<CR> <bar> :nohl <CR>", opts)
|
|
|
|
|
|
|
|
-- TODO attempt to put this in vim.cmd later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Terminal --
|
|
|
|
-- Terminal --
|
|
|
|
-- Better terminal navigation... ???
|
|
|
|
-- Better terminal navigation... ???
|
|
|
|
-- This is the ONLY block I am not sure if I want to include in my config,
|
|
|
|
-- This is the ONLY block I am not sure if I want to include in my config,
|
|
|
|