Skip to content

Instantly share code, notes, and snippets.

@vdeemann
Last active November 18, 2025 22:05
Show Gist options
  • Select an option

  • Save vdeemann/72d169d5860a735c872048b352c316e7 to your computer and use it in GitHub Desktop.

Select an option

Save vdeemann/72d169d5860a735c872048b352c316e7 to your computer and use it in GitHub Desktop.
colorscheme default
:set number
:set relativenumber
execute pathogen#infect()
" Enable syntax highlighting
syntax on
" Enables filetype detection, loads ftplugin, and loads indent
" (Not necessary on nvim and may not be necessary on vim 8.2+)
filetype plugin indent on
" https://stackoverflow.com/questions/15123477/tmux-tabs-with-name-of-file-open-in-vim
"autocmd VimLeave * call system("tmux rename-window bash")
" https://stackoverflow.com/a/4111704/8706936
"set laststatus=2
"set statusline=%f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment