Add Modifiable vim command

This commit is contained in:
Talia 2018-10-08 09:55:37 +02:00
parent 16e6437b02
commit 3d28bea6ea
1 changed files with 2 additions and 1 deletions

3
vimrc
View File

@ -322,7 +322,8 @@ endfun
" === GENERAL COMMANDS ===
" General Purpose
command! -range Count echo(<line2>-<line1>+1)
command! Modifiable setl modifiable!
command! -range=% Count echo(<line2>-<line1>+1)
command! Closeall bufdo bdelete
command! Context bufdo bdelete | e .
command! Kontext Context