💾 Archived View for gemini.susa.net › Vim › vimrc_minetest captured on 2023-04-26 at 13:36:07.
⬅️ Previous capture (2021-11-30)
-=-=-=-=-=-=-
syntax on set background=dark colorscheme elflord set mouse= set number set hlsearch set tabstop=4 set softtabstop=4 set shiftwidth=4 set expandtab " The following fixes missing highlight in visual mode highlight Visual cterm=reverse ctermbg=NONE highlight pmenu ctermfg=0 ctermbg=white guibg=NONE highlight pmenusel ctermfg=15 ctermbg=blue guibg=NONE nmap <Tab> :bn<CR> nmap <S-Tab> :bp<CR> let lua_version = 5 let lua_subversion = 1