Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Vorwaller committed Feb 10, 2010
1 parent b651a3e commit 20afb7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 576 deletions.
3 changes: 3 additions & 0 deletions dotfiles/gvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ set lines=65 columns=185
"set guifont=DroidSansMono:h12
set guifont=DejaVuSansMono:h13
set transparency=8

"No blinking for the cursor
set gcr=a:blinkon0
4 changes: 4 additions & 0 deletions notes/vim.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,10 @@ S<tag> in VISUAL mode, surround selected with tag
ctrl-g show position in file (line number, position)
set -o vi" in bashrc to use vim as the default editor

*Eclim*
:LocateFile Like textmatefuzzyfind for Java projects, C-t/C-s open in tab/split
:Split, :Tabnew Like defaults but accept multiple files

*Stuff I don't know*
--

Expand Down
Loading

0 comments on commit 20afb7e

Please sign in to comment.