Skip to content

Commit

Permalink
Changed :norm shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
DJMcMayhem authored Jul 30, 2019
1 parent dc80d70 commit 5e60a81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nvim/normal_keys.vim
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ cnoremap <expr> Ñ g:num_regs
inoremap <expr> Ñ g:num_regs
"Mapping to ':norm' and ':%norm'
nnoremap î :norm<space>
nnoremap Î :%norm<space>
xnoremap î :norm<space>
xnoremap Î :%norm<space>
cnoremap î norm<space>
cnoremap Î %norm<space>
nnoremap î :norm<space>ÿ<Left>
nnoremap Î :%norm<space>ÿ<Left>
xnoremap î :norm<space>ÿ<Left>
xnoremap Î :%norm<space>ÿ<Left>
cnoremap î norm<space>ÿ<Left>
cnoremap Î %norm<space>ÿ<Left>
"Mapping reverse indent mode
inoremap <C-_> <C-o>:se ri!<cr>
Expand Down

0 comments on commit 5e60a81

Please sign in to comment.