dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 2fb746eeff14e100de2ec856d69ee0044d8fb825
parent 1d4fcee103957fb8d73bf50ef5f01f9b7277f016
Author: Lukas Joswiak <lukas@lukasjoswiak.com>
Date:   Sun,  7 Jul 2019 10:23:27 -0700

Update order

Diffstat:
M.vimrc | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -18,6 +18,9 @@ nmap <Leader>j <C-W>j nmap <Leader>k <C-W>k nmap <Leader>l <C-W>l +" Save file with cs +nmap cs :w<CR> + " Remap escape to jj imap jj <Esc> @@ -39,6 +42,3 @@ set hlsearch " Indent with 2 spaces in cpp files autocmd Filetype cpp setlocal shiftwidth=2 softtabstop=2 expandtab - -" Save file with cs -nmap cs :w<CR>