aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-06-26 11:25:56 +0800
committerjdhao <jdhao@hotmail.com>2021-06-26 11:25:56 +0800
commitea733e60869bf189832c7411a67e2e3a99b48622 (patch)
tree06449b890aeb539d08906bcc079f03debbd816fd /core
parent753a4ce77c95cbcac07674d9522fbaf0569c41d5 (diff)
clean mappings
Diffstat (limited to 'core')
-rw-r--r--core/mappings.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/mappings.vim b/core/mappings.vim
index a2bd61b..b8424e4 100644
--- a/core/mappings.vim
+++ b/core/mappings.vim
@@ -49,14 +49,6 @@ nnoremap <silent> \d :<C-U>bprevious <bar> bdelete #<CR>
nnoremap <expr> oo printf('m`%so<ESC>``', v:count1)
nnoremap <expr> OO printf('m`%sO<ESC>``', v:count1)
-" nnoremap oo @='m`o<c-v><Esc>``'<cr>
-" nnoremap OO @='m`O<c-v><Esc>``'<cr>
-
-" the following two mappings work, but if you change double quote to single, it
-" will not work
-" nnoremap oo @="m`o\<lt>Esc>``"<cr>
-" nnoremap oo @="m`o\e``"<cr>
-
" Insert a space after current character
nnoremap <Space><Space> a<Space><ESC>h