We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4d3a78 + 7f316a0 commit aa6aa03Copy full SHA for aa6aa03
default.vimrc
@@ -68,9 +68,6 @@ fun! <SID>StripTrailingWhitespaces()
68
endfun
69
autocmd BufWritePre * :call <SID>StripTrailingWhitespaces()
70
71
-" Press i to enter insert mode, ii to go back to normal mode
72
-imap ii <esc>
73
-
74
" Copy current filename into system clipboard
75
nnoremap <silent> <leader>cf :let @* = expand("%:~")<CR>
76
0 commit comments