aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2018-12-06 11:54:26 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2018-12-06 11:54:26 -0700
commitd168ec3c5e04efb5f401cfcbe60c021093cd465b (patch)
treec0f85841b00f27d8d8b6b0b72df8491188326d24 /.vimrc
parent8a1a6e410499cbc5c0685287847b290be7ccbba8 (diff)
downloaddotfiles-d168ec3c5e04efb5f401cfcbe60c021093cd465b.tar.gz
synchronise common prompts
the same across shell, iex, utop, but colour-coded and with a which thing and version hint
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index af4a7f8..fd0e121 100644
--- a/.vimrc
+++ b/.vimrc
@@ -22,7 +22,6 @@ Plugin 'elixir-lang/vim-elixir'
Plugin 'plasticboy/vim-markdown'
Plugin 'shmibs/mips.vim'
Plugin 'zah/nim.vim'
-Plugin 'wlangstroth/vim-racket'
Plugin 'rust-lang/rust.vim'
Plugin 'cakebaker/scss-syntax.vim'
Plugin 'cespare/vim-toml'
@@ -71,7 +70,7 @@ nmap ga <Plug>(EasyAlign)
set ttimeoutlen=100
"toggle gundo pane
-nnoremap <Leader>u :GundoToggle<CR>
+nnoremap <Leader>g :GundoToggle<CR>
"snippet bindings
let g:UltiSnipsExpandTrigger='<tab>'