summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAudric Schiltknecht <storm@chemicalstorm.org>2014-05-08 20:20:33 +0200
committerAudric Schiltknecht <storm@chemicalstorm.org>2014-05-08 20:20:33 +0200
commit4d4d251113fac81b198a2c62cc071feb03e122c3 (patch)
tree27510017d21b89754031955c8089eb1ff6ac0e78
parentc78645076aa218070856db2adf632b15c1fcec89 (diff)
downloaddotfiles-4d4d251113fac81b198a2c62cc071feb03e122c3.tar.gz
dotfiles-4d4d251113fac81b198a2c62cc071feb03e122c3.tar.bz2
dotfiles-4d4d251113fac81b198a2c62cc071feb03e122c3.zip
Vim: Add mapping for non-breaking space
-rw-r--r--vim/vim/shortkeys.vim3
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