[neovim] windows xp
This commit is contained in:
@@ -40,6 +40,9 @@ opt.colorcolumn = "79"
|
|||||||
-- Auto complete
|
-- Auto complete
|
||||||
opt.completeopt = { "menuone", "popup" --[[, "noselect" ]] }
|
opt.completeopt = { "menuone", "popup" --[[, "noselect" ]] }
|
||||||
|
|
||||||
|
-- Window border
|
||||||
|
opt.winborder = "rounded"
|
||||||
|
|
||||||
-- [[ KEYMAPS ]] --
|
-- [[ KEYMAPS ]] --
|
||||||
|
|
||||||
-- Leader key
|
-- Leader key
|
||||||
@@ -79,8 +82,11 @@ set("t", "<Esc>", "<C-\\><C-n>")
|
|||||||
-- Run last command in terminal
|
-- Run last command in terminal
|
||||||
set("n", "<leader>r", ":buffer term<CR>i<Up><CR><C-\\><C-n>")
|
set("n", "<leader>r", ":buffer term<CR>i<Up><CR><C-\\><C-n>")
|
||||||
|
|
||||||
-- Windows
|
-- Window resizing
|
||||||
opt.winborder = "rounded"
|
set("n", "<C-Up>", "<cmd>resize -2<CR>")
|
||||||
|
set("n", "<C-Down>", "<cmd>resize +2<CR>")
|
||||||
|
set("n", "<C-Left>", "<cmd>vertical resize -2<CR>")
|
||||||
|
set("n", "<C-Right>", "<cmd>resize +2<CR>")
|
||||||
|
|
||||||
-- Listchars
|
-- Listchars
|
||||||
local listchars = {
|
local listchars = {
|
||||||
|
|||||||
Reference in New Issue
Block a user