diff options
Diffstat (limited to '.vim/vimrc')
-rw-r--r-- | .vim/vimrc | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -67,6 +67,12 @@ nmap <silent> <F4> :tabnew<CR> " COMMANDS " =========== +command -bar InsertHeader call Fileheader() + +function Fileheader() + cursor(1,1) +endfunction + " Command HEXMODE command -bar Hexmode call ToggleHex() |