Skip to content

Commit

Permalink
use ctrl-c to start commands
Browse files Browse the repository at this point in the history
  • Loading branch information
rodnaph committed Jan 28, 2015
1 parent 9d2c0d0 commit 43f9306
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vim/bindings.vim
Expand Up @@ -68,3 +68,6 @@ inoremap <BS> <Nop>
inoremap <C-space> <CR>
inoremap <CR> <Nop>
" Start commands with ctrl-c
nnoremap <C-c> :

0 comments on commit 43f9306

Please sign in to comment.