Dotfiles
 
 
 
 
Go to file
nirenjan 5f04cc0040 Fix note issues
Fix the following issues in note
1.  Always use a combo of lowercase letters, hyphen, underscore and
    numbers for the file name. This is taken from the title and uses sed
    to translate the uppercase letters to lowercase. Unfortunately,
    sed's translation mode doesn't support ranges, so we must use the
    full alphabet.
2.  Add support for displaying version information.
3.  Reformat the help display so it all fits in a single line.
4.  Add checking to ensure that at least one argument is passed to note
    so that the parse_args routine doesn't barf an error with shift.
5.  Remove argument checking in notes_init. It's called only by the init
    function, so there's no need to add a flag to control warnings.
2013-01-23 22:20:06 -08:00
scripts Fix note issues 2013-01-23 22:20:06 -08:00
vim/plugin Fix { keymap in match-brackets.vim 2013-01-18 14:42:15 -08:00
README.md Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00
bashrc.lscolors Remove bolding for lscolors 2013-01-22 15:42:13 -08:00
dircolors Remove bolding for lscolors 2013-01-22 15:42:13 -08:00
gitconfig Add base gitconfig 2013-01-11 23:26:53 -08:00
screenrc Add screenrc file 2013-01-11 23:35:05 -08:00
tmux.conf Add xterm title support to tmux config 2013-01-21 14:27:45 -08:00
vimrc Set Vim to always show tabs 2013-01-21 14:33:01 -08:00

README.md

dotfiles

My dotfiles

Feel free to clone and modify as necessary.