dotfiles/root/home/bhasher/.vimrc

14 lines
220 B
VimL
Raw Normal View History

2024-01-27 00:16:37 +01:00
:set number
:set ignorecase
:set incsearch
:set relativenumber
:set autoindent
:syntax on
:set shiftwidth=2
:set smarttab
:set expandtab
:set tabstop=8
:set softtabstop=0
2024-01-27 00:39:01 +01:00
:set splitright
:command Vterm vertical terminal