Skip to content

Commit

Permalink
Removed git-related configuration and script; moved to separate repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pistos committed Jun 21, 2009
1 parent d881783 commit be2b22e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
6 changes: 2 additions & 4 deletions diakonos.conf
Expand Up @@ -120,7 +120,7 @@ fuzzy_file_find false

# Use "% syntax" as placeholders
# e.g. %d for decimal integers, %s for strings
status.left -- %s %s%s%s%s -- (%s) --%s
status.left -- %s %s%s%s%s -- (%s) --
status.right - %s Buf %d of %d --- L%3d/%3d C%2d --
# The string to use to fill in the space between the left and right sides
# of the status line.
Expand All @@ -131,8 +131,7 @@ status.unnamed_str (unnamed file)
status.read_only_str (read-only)
# status.vars: any subset of:
# line row num_lines col filename modified type buffer_number num_buffers selecting selection_mode session_name read_only
status.vars filename modified read_only selecting selection_mode type @git_branch session_name buffer_number num_buffers row num_lines col
#status.vars filename modified read_only selecting selection_mode type @git_branch buffer_number num_buffers row num_lines col
status.vars filename modified read_only selecting selection_mode type session_name buffer_number num_buffers row num_lines col
status.format inverse

# ---------------------------------------------------------------------
Expand Down Expand Up @@ -415,7 +414,6 @@ key esc [ 1 ; 2 evaluate
key ctrl+alt+c shell "ruby -c $f"
#key f10 spawn "firefox --display=:0 http://apidock.com/ruby/$i"
#key f10 spawn "DISPLAY=:0 opera --remote 'openURL(http://www.ruby-doc.org/core-1.9/classes/$i.html,new-page)' 2>&1 > /dev/null"
key f9 shell "cd $d; git diff --ignore-space-change -- $f", 'git.diff'

# To use the following:
# 1) Copy to the clipboard some Ruby code which operates on stdin text and outputs to stdout.
Expand Down
18 changes: 0 additions & 18 deletions scripts/git-branch.rb

This file was deleted.

0 comments on commit be2b22e

Please sign in to comment.