dotfiles/root/home/bhasher/.vimrc

16 lines
241 B
VimL
Raw Normal View History

2024-01-27 00:16:37 +01:00
:set number
:set ignorecase
:set incsearch
:set relativenumber
:syntax on
:set shiftwidth=2
:set smarttab
2024-02-19 17:53:47 +01:00
:set smartindent
:set noexpandtab
2024-01-27 00:16:37 +01:00
:set tabstop=8
:set softtabstop=0
2024-01-27 00:39:01 +01:00
:set splitright
2024-02-17 13:37:04 +01:00
:set belloff=all
2024-01-27 00:39:01 +01:00
2024-02-17 13:37:04 +01:00
:command Vterm vertical terminal