Skip to content

Commit

Permalink
Vim changes
Browse files Browse the repository at this point in the history
  • Loading branch information
wunki committed Apr 14, 2015
1 parent 113e6b0 commit 763c3b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions tmuxinator/coding.yml
@@ -0,0 +1,9 @@
# ~/.tmuxinator/coding.yml

name: coding
root: ~/rust/coding

windows:
- editor: vim
- shell:
-
2 changes: 1 addition & 1 deletion vim/vimrc
Expand Up @@ -122,7 +122,7 @@ if has("gui_running")
set guioptions-=b
set guioptions+=a
set guioptions+=c
set novisualbell " please, no visual bell
set visualbell t_vb= " please, no visual bell
set noeb " don't notify me of errors
set anti " anti-aliasing
set mousehide " hide the mouse when typing
Expand Down

0 comments on commit 763c3b7

Please sign in to comment.