mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Organize lines
This commit is contained in:
parent
976bead262
commit
91bc2ac594
2 changed files with 9 additions and 5 deletions
|
@ -16,11 +16,6 @@ vim.g.maplocalleader = " "
|
|||
|
||||
--
|
||||
|
||||
set("n", "<C-k>", cmd("BufferLineCycleNext"), opts)
|
||||
set("n", "<C-j>", cmd("BufferLineCyclePrev"), opts)
|
||||
|
||||
set("n", "<C-b>", cmd("NvimTreeToggle"), opts)
|
||||
|
||||
set("n", "<space>l", cmd("noh"), opts)
|
||||
|
||||
set("v", ">", ">gv", opts)
|
||||
|
@ -28,6 +23,13 @@ set("v", "<", "<gv", opts)
|
|||
|
||||
set("n", "<C-d>", cmd("bd"), opts)
|
||||
|
||||
--
|
||||
|
||||
set("n", "<C-k>", cmd("BufferLineCycleNext"), opts)
|
||||
set("n", "<C-j>", cmd("BufferLineCyclePrev"), opts)
|
||||
|
||||
set("n", "<C-b>", cmd("NvimTreeToggle"), opts)
|
||||
|
||||
-- Telescope
|
||||
local telescope_custom = require("plugins.telescope")
|
||||
local telescope_builtin = require("telescope.builtin")
|
||||
|
|
|
@ -43,6 +43,8 @@ o.laststatus = 3
|
|||
|
||||
o.pumblend = 10
|
||||
|
||||
--
|
||||
|
||||
o.guifont = "JetBrainsMono Nerd Font Mono"
|
||||
|
||||
o.shortmess = o.shortmess .. "S"
|
||||
|
|
Loading…
Reference in a new issue