a
This commit is contained in:
parent
2e1c156f83
commit
9bc7724a93
1 changed files with 18 additions and 0 deletions
18
.vimrc
Normal file
18
.vimrc
Normal file
|
@ -0,0 +1,18 @@
|
|||
set relativenumber
|
||||
set tabstop=4
|
||||
syntax on
|
||||
|
||||
noremap <Up> <Nop>
|
||||
noremap <Down> <Nop>
|
||||
noremap <Left> <Nop>
|
||||
noremap <Right> <Nop>
|
||||
|
||||
noremap <silent><S-j> :tabprevious<cr>
|
||||
noremap <silent><S-k> :tabnext<cr>
|
||||
noremap <silent><S-n> :tabnew<cr>
|
||||
noremap <silent><S-w> :tabclose<cr>
|
||||
|
||||
vmap <C-y> :!xclip -f -sel clip<CR>
|
||||
map <C-p> :-1r !xclip -o -sel clip<CR>
|
||||
|
||||
autocmd BufNewFile *.html 0r ~/.vimTemplates/skel.html
|
Loading…
Reference in a new issue