aboutsummaryrefslogtreecommitdiff
path: root/core/mappings.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-12-11 15:47:15 +0800
committerjdhao <jdhao@hotmail.com>2021-12-11 15:47:15 +0800
commit7d3647ac618c26d787f9661614f8d35e8b0406e6 (patch)
treeace5b02f5388b4bb157e9cad11fe0bb28d56978f /core/mappings.vim
parenta4663390922b411895aa8c2e8a9c11e214e69d56 (diff)
remove oo and OO normal mode mapping
Diffstat (limited to 'core/mappings.vim')
-rw-r--r--core/mappings.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/mappings.vim b/core/mappings.vim
index 9607e2a..3cb513c 100644
--- a/core/mappings.vim
+++ b/core/mappings.vim
@@ -45,8 +45,6 @@ nnoremap <silent> \d :<C-U>bprevious <bar> bdelete #<CR>
" Insert a blank line below or above current line (do not move the cursor),
" see https://stackoverflow.com/a/16136133/6064933
-nnoremap oo :echo 'Please use <lt>space>o instead'<CR>
-nnoremap OO :echo 'Please use <lt>space>O instead'<CR>
nnoremap <expr> <Space>o printf('m`%so<ESC>``', v:count1)
nnoremap <expr> <Space>O printf('m`%sO<ESC>``', v:count1)