" Enable line wrapping set wrap " Optional: Make wrapped lines easier to read by indenting them set breakindent set breakindentopt=shift:1 syntax on set autoindent set number set mouse=a set expandtab set shiftwidth=4 set softtabstop=4 set tabstop=4 set autoindent set smartindent filetype plugin indent on set laststatus=2 " permanent status bar set statusline=%F " shows full file path if (has("termguicolors")) set termguicolors endif colorscheme zellner "colorscheme evening " Ctrl+A: Move to the beginning of the line in INSERT mode inoremap " Ctrl+E: Move to the end of the line in INSERT mode inoremap " Ctrl+A: Move to the beginning of the line in NORMAL mode nnoremap 0 " Ctrl+E: Move to the end of the line in NORMAL mode nnoremap $ set clipboard=unnamed,unnamedplus setlocal regexpengine=2 set hlsearch set foldcolumn=12 " Creates a small left margin of 2 columns set noswapfile autocmd InsertLeave * silent! update