feat manage script
This commit is contained in:
26
config/shared/vim
Normal file
26
config/shared/vim
Normal file
@@ -0,0 +1,26 @@
|
||||
set nocompatible
|
||||
set nobackup
|
||||
set encoding=utf-8
|
||||
set clipboard=unnamed
|
||||
filetype plugin indent on
|
||||
|
||||
let mapleader=" "
|
||||
inoremap jk <esc>
|
||||
set number
|
||||
set relativenumber
|
||||
set ruler
|
||||
set cursorline
|
||||
set scrolloff=10
|
||||
set nowrap
|
||||
set showcmd
|
||||
set wildmenu
|
||||
set title
|
||||
set mouse=a
|
||||
|
||||
set shiftwidth=2
|
||||
set tabstop=2
|
||||
set expandtab
|
||||
set autoindent
|
||||
set smartindent
|
||||
|
||||
syntax on
|
||||
Reference in New Issue
Block a user