Skip to content

Commit

Permalink
Touch tmp/restart.txt command
Browse files Browse the repository at this point in the history
  • Loading branch information
arvida committed Feb 3, 2014
1 parent 49ab102 commit 6c31748
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc
Expand Up @@ -98,7 +98,7 @@ set laststatus=2
" Line Wrapping ***************************************************************
set nowrap
set linebreak " Wrap at word
set colorcolumn=100
set colorcolumn=90

" Directories *****************************************************************
set backupdir=~/.vimfiles/backup
Expand Down Expand Up @@ -154,6 +154,8 @@ noremap <C-k> {
" https://github.com/henrik/dotfiles/commit/aaa45c1cc0f9a6195a9155223a7e904aa10b256f
command! -bar -range=% NotRocket execute '<line1>,<line2>s/:\(\w\+\)\s*=>/\1:/e' . (&gdefault ? '' : 'g')

command! Restart execute '!touch tmp/restart.txt'

" From: https://github.com/garybernhardt/dotfiles/blob/master/.vimrc
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" MULTIPURPOSE TAB KEY
Expand Down

0 comments on commit 6c31748

Please sign in to comment.