From 6e72316437c85e07b1036dd4ae9b505ffebc54de Mon Sep 17 00:00:00 2001 From: quenousimporte Date: Wed, 1 Oct 2025 09:30:08 +0200 Subject: [PATCH] Update .vimrc --- .vimrc | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.vimrc b/.vimrc index 3cf5bf3..319faa3 100644 --- a/.vimrc +++ b/.vimrc @@ -1,18 +1,21 @@ -set nowrap - set nocompatible set linebreak syntax on -" set number +set number map gk map gj set spelllang=fr + +colorscheme habamax set background=dark +set wrap + " search set incsearch "incremental search set hlsearch "highlight search set ignorecase +set smartcase set autochdir " folding @@ -42,4 +45,7 @@ set wildmode=longest:full,full nnoremap :find* " ctrl-j for terminal -nnoremap :below terminal \ No newline at end of file +nnoremap :below terminal + +" explorer +nnoremap :30Vex