diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-12-04 16:40:33 +0100 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-12-04 16:40:33 +0100 |
commit | 526888777c52edb09f44cbdc611467d1b5314149 (patch) | |
tree | 88c010fdc932dbde61f9688bac2018a1dbf5434b | |
parent | f1b7f0ce3ea352261e41e4ed541d9e39d773cd1f (diff) |
Removed vim jj mapping finally
-rw-r--r-- | .vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ filetype plugin indent on " required " see :h vundle for more details or wiki for FAQ " Put your non-Plugin stuff after this line colorscheme aldmeris -inoremap jj <Esc> let g:aldmeris_termcolors = "tango" let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#fnamemod = ':t' |