Browse Source

[nvim]: fix jk mapping when at the end of a line.

master
Fredrik Ekre 4 years ago
parent
commit
a707648019
  1. 2
      .vimrc

2
.vimrc

@ -45,7 +45,7 @@ call plug#end() @@ -45,7 +45,7 @@ call plug#end()
"Column guide
:set colorcolumn=93
"Misc keymappings and configurations
:imap jk <Esc> |"use jk for exiting insert mode
:imap jk <Esc>
:set tabstop=4 softtabstop=4 shiftwidth=4 expandtab smarttab autoindent "Nicer tab actions
"Move aroung splits without the C-W prefix
:nnoremap <C-J> <C-W><C-J>

Loading…
Cancel
Save