summaryrefslogtreecommitdiff
path: root/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'nvim')
-rw-r--r--nvim/init.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/nvim/init.vim b/nvim/init.vim
index 05d4c8e..44671da 100644
--- a/nvim/init.vim
+++ b/nvim/init.vim
@@ -16,5 +16,8 @@ set tabstop=4
" Indent using four spaces
set shiftwidth=4
+" Customize the prefix key
+let mapleader = ","
+
" Clear search highlighting with double Esc
nnoremap <Esc><Esc> :nohlsearch<CR>