Added to .vimrc and .zshalias
This commit is contained in:
parent
697ecfc086
commit
8982abddd4
3 changed files with 8 additions and 1 deletions
|
|
@ -1 +1,5 @@
|
||||||
ZSH and Bash config files for personal use
|
# ZSH and Bash config files for personal use
|
||||||
|
## TODO
|
||||||
|
- Add .vimrc
|
||||||
|
- Add to .vimrc command to map <F3> such that it can switch between paste and nopaste modes:
|
||||||
|
`set pastetoggle=<F3>`
|
||||||
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
filetype plugin indent on
|
filetype plugin indent on
|
||||||
" show existing tab with 4 spaces width
|
" show existing tab with 4 spaces width
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
|
|
@ -5,3 +6,4 @@ set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
" On pressing tab, insert 4 spaces
|
" On pressing tab, insert 4 spaces
|
||||||
set expandtab
|
set expandtab
|
||||||
|
set pastetoggle=<F3>
|
||||||
|
|
@ -12,3 +12,4 @@ alias colo='ssh cp'
|
||||||
alias colosync='ssh syncthing@cp'
|
alias colosync='ssh syncthing@cp'
|
||||||
alias mountpi='sshfs -o idmap=user pi@pi3:/home/pi /home/tracey/pi3'
|
alias mountpi='sshfs -o idmap=user pi@pi3:/home/pi /home/tracey/pi3'
|
||||||
alias unpi='fusermount -u /home/tracey/pi3'
|
alias unpi='fusermount -u /home/tracey/pi3'
|
||||||
|
alias less='less -r'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue