aboutsummaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-03-26 17:43:01 +0800
committerGuangxiong Lin <[email protected]>2022-03-26 17:43:01 +0800
commit9892efdeb78273f72b2987f72673dd38eecec5d7 (patch)
tree427c25e65aa366727ebd7c864b33d9cfbaa18fc6 /.vimrc
parent46ad436e6efaca9b3ccb870c8e0a08f59f5dee6b (diff)
downloaddotfiles-9892efdeb78273f72b2987f72673dd38eecec5d7.tar.gz
dotfiles-9892efdeb78273f72b2987f72673dd38eecec5d7.tar.bz2
dotfiles-9892efdeb78273f72b2987f72673dd38eecec5d7.zip
Clean unused vim config
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc22
1 files changed, 0 insertions, 22 deletions
diff --git a/.vimrc b/.vimrc
index e3dbe5d..9ee1b41 100644
--- a/.vimrc
+++ b/.vimrc
@@ -38,27 +38,6 @@ endif
" Correct background rendering in some terminal
let &t_ut=''
-" MacVim
-
-if has("gui_running")
- if has("gui_macvim")
- set guifont=Monaco:h15
- set transparency=5
- set noimdisable
-
- noremap <D-1> :tabn 1<CR>
- noremap <D-2> :tabn 2<CR>
- noremap <D-3> :tabn 3<CR>
- noremap <D-4> :tabn 4<CR>
- noremap <D-5> :tabn 5<CR>
- noremap <D-6> :tabn 6<CR>
- noremap <D-7> :tabn 7<CR>
- noremap <D-8> :tabn 8<CR>
- noremap <D-9> :tabn 9<CR>
- noremap <D-0> :tablat<CR>
- endif
-endif
-
" Identation
set autoindent
@@ -104,7 +83,6 @@ let mapleader=',' " change the key <leader>
nnoremap <leader>cd :cd %:p:h<CR> :pwd<CR>
source ~/.vim/keybindings.vim
-source ~/.vim/notes.vim
highlight Pmenu ctermbg=grey
set exrc