emacs git ignore file
authorPeng Li <seudut@gmail.com>
Sat, 12 Sep 2015 03:53:32 +0000 (11:53 +0800)
committerPeng Li <seudut@gmail.com>
Sat, 12 Sep 2015 03:53:32 +0000 (11:53 +0800)
emacs.d/.gitignore
vimperatorrc

index bbabeb3..454bcf7 100644 (file)
@@ -1,3 +1,4 @@
+.*
 elpa/*
 games/*
 test/*
@@ -13,4 +14,4 @@ recentf
 projectile-bookmarks.eld
 config/init-my-theme-2.el
 config/my-color-theme.el
-\#*
\ No newline at end of file
+\#*
index baf1849..282473d 100644 (file)
@@ -32,7 +32,7 @@ nmap <Leader>h :help<Space>
 nmap <Leader>, :source ~/.vimperatorrc<CR>
 
 
-noremap <C-o>  <Esc>
+"noremap <C-o> <Esc>
 
 
 set "editor=/usr/local/bin/mvim --remote-silent"
@@ -48,7 +48,7 @@ nnoremap B b
 nnoremap b :bmarks! -tags<SPACE>
 nnoremap e b
 
-"set gui=nonavigation
+set gui=nonavigation
 
 ":tab addons
 ":tab downloads
@@ -57,4 +57,5 @@ nnoremap e b
 ":tab javascript!
 ":tab preferences!
 "
-
+noremap <C-SPACE> <C-^>
+noremap v <C-^>