From d941ed4d7f8ec1598b356f1346f8637cf12b9095 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Tue, 24 Apr 2012 09:14:11 -0500 Subject: [PATCH] Removing whitespace and adding a few aliases --- bashrc.bash | 3 ++- vimrc | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/bashrc.bash b/bashrc.bash index be813f9..e798d2b 100644 --- a/bashrc.bash +++ b/bashrc.bash @@ -1,6 +1,7 @@ # aliases alias ll='ls -l' -alias ta='tmux attach' +alias lld='ls -l | grep ^d' +alias ta='tmux attach -f' alias rmf='rm -rf' # custom scripts diff --git a/vimrc b/vimrc index 3377ace..5194869 100644 --- a/vimrc +++ b/vimrc @@ -24,8 +24,8 @@ let g:mapleader = "," set history=10000 " Tab control -set smarttab -set expandtab +set smarttab +set expandtab set shiftwidth=4 set tabstop=4 set softtabstop=4 @@ -112,7 +112,7 @@ set tm=500 syntax on set background=dark -"colorscheme molokai +"colorscheme molokai "colorscheme ir_black "colorscheme mango "colorscheme mustang @@ -312,8 +312,8 @@ let g:Powerline_stl_path_style = 'filename' " Toggle NERDTree nmap k :NERDTreeToggle -" expand to the path of the file in the current buffer -nmap y :NERDTreeFind +" expand to the path of the file in the current buffer +nmap y :NERDTreeFind " map fuzzyfinder (CtrlP) plugin nmap t :CtrlP