💾 Archived View for gemini.susa.net › Vim › vimrc_minetest captured on 2022-04-29 at 12:44:24.

View Raw

More Information

⬅️ Previous capture (2021-11-30)

➡️ Next capture (2023-09-08)

-=-=-=-=-=-=-

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