Removing whitespace and adding a few aliases
This commit is contained in:
@@ -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
|
||||
|
||||
10
vimrc
10
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 <silent> <leader>k :NERDTreeToggle<cr>
|
||||
" expand to the path of the file in the current buffer
|
||||
nmap <silent> <leader>y :NERDTreeFind<cr>
|
||||
" expand to the path of the file in the current buffer
|
||||
nmap <silent> <leader>y :NERDTreeFind<cr>
|
||||
|
||||
" map fuzzyfinder (CtrlP) plugin
|
||||
nmap <silent> <leader>t :CtrlP<cr>
|
||||
|
||||
Reference in New Issue
Block a user