better buffer shortcuts

This commit is contained in:
Daniel B Sherry 2025-05-14 09:52:13 -05:00
parent a5207c9491
commit e0e949f2e6
9 changed files with 53 additions and 15 deletions

View file

@ -5,7 +5,7 @@ local options = {
completeopt = { 'menuone', 'noselect' }, -- mostly just for cmp
conceallevel = 0, -- so that `` is visible in markdown files
fileencoding = 'utf-8', -- the encoding written to a file
hlsearch = true, -- highlight all matches on previous search pattern
hlsearch = false, -- highlight all matches on previous search pattern
ignorecase = true, -- ignore case in search patterns
mouse = 'a', -- allow the mouse to be used in neovim
pumheight = 10, -- pop up menu height
@ -26,7 +26,7 @@ local options = {
tabstop = 2, -- insert 2 spaces for a tab
cursorline = true, -- highlight the current line
number = true, -- set numbered lines
relativenumber = false, -- set relative numbered lines
relativenumber = true, -- set relative numbered lines
numberwidth = 4, -- set number column width to 2 {default 4}
signcolumn = 'yes', -- always show the sign column, otherwise it would shift the text each time
wrap = false, -- display lines as one long line