aboutsummaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
Diffstat (limited to '.vim')
-rw-r--r--.vim/vimrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/vimrc b/.vim/vimrc
index 2fa11cc..c604dea 100644
--- a/.vim/vimrc
+++ b/.vim/vimrc
@@ -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()