Variables & tabs
This commit is contained in:
parent
ba6d92c8c2
commit
8c5fce3fa3
3 changed files with 9 additions and 11 deletions
1
scripts/check-agent
Normal file
1
scripts/check-agent
Normal file
|
|
@ -0,0 +1 @@
|
|||
#!/bin/bash
|
||||
|
|
@ -37,4 +37,5 @@ set -g mouse on
|
|||
# Terminal colors
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
set-option -ga update-environment ' DISPLAY SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION WINDOWID XAUTHORITY'
|
||||
set-option -ga update-environment "DISPLAY SSH_ASKPASS SSH_AGENT_PID \
|
||||
SSH_CONNECTION WINDOWID XAUTHORITY"
|
||||
|
|
|
|||
|
|
@ -18,12 +18,8 @@ syntax enable
|
|||
" Create the `tags` file (may need to install ctags first)
|
||||
command! MakeTags !ctags -R .
|
||||
|
||||
"Python specific's
|
||||
au BufNewFile,BufRead *.py
|
||||
\ set tabstop=4 |
|
||||
\ set softtabstop=4 |
|
||||
\ set shiftwidth=4 |
|
||||
\ set expandtab |
|
||||
"4 spaces instead of tabs
|
||||
set tabstop=4 softtabstop=4 shiftwidth=4 expandtab
|
||||
|
||||
" Fold methods based on indents
|
||||
" zo to open folds, zc to close
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue