diff --git a/.vimrc b/.vimrc index 9a6a7da..a3ed34e 100644 --- a/.vimrc +++ b/.vimrc @@ -13,8 +13,8 @@ set encoding=utf-8 set wrap set autochdir -" Remap to use Alt+Q to quit panel or vim -nmap :q +" Map leader key to Space +let mapleader = " " call plug#begin('~/.vim/plugged') @@ -62,11 +62,11 @@ map h map l " Remap to quickly quit Vim on Ctrl+Q -nmap :q +nmap q :q " Remap to save file with Ctrl+S -nmap :w +nmap w :w " Remaps to move line under the cursor down and up -nnoremap :m .+1== -nnoremap :m .-2== +nnoremap :m .+1== +nnoremap :m .-2==