diff options
-rw-r--r-- | vim/vim/shortkeys.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vim/shortkeys.vim b/vim/vim/shortkeys.vim index bc1ea35..92c6b77 100644 --- a/vim/vim/shortkeys.vim +++ b/vim/vim/shortkeys.vim @@ -72,3 +72,6 @@ map <BS> <C-T> " Selection du mot sous le curseur comme motif de remplacement nnoremap <Leader>sr :%s/\<<C-r><C-w>\>/ + +" map CTRL+k S N (non-breaking space) to CTRL+space +imap <Nul> <C-k>NS |