Skip to content

Commit

Permalink
Map <c-o> to <up> in command mode
Browse files Browse the repository at this point in the history
  • Loading branch information
camthompson committed Apr 8, 2013
1 parent e0eb91f commit d89684b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vim/plugin/maps.vim
Expand Up @@ -7,6 +7,7 @@ noremap <F1> <nop>

" Command Mode {{{
cnoremap %% <c-r>=expand('%:h').'/'<cr>
cnoremap <c-o> <up>
" }}}

" {{{ Insert Mode
Expand Down

0 comments on commit d89684b

Please sign in to comment.