aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
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