From 8982abddd4dcb6de1708550a0e871cfecaa7197d Mon Sep 17 00:00:00 2001 From: Tracey Clark Date: Thu, 26 Oct 2017 08:38:01 -0500 Subject: [PATCH] Added to .vimrc and .zshalias --- README.md | 6 +++++- home_config/.vimrc | 2 ++ home_zsh/.zsh/zshalias | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca08dfb..2342f37 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -ZSH and Bash config files for personal use \ No newline at end of file +# ZSH and Bash config files for personal use +## TODO +- Add .vimrc +- Add to .vimrc command to map such that it can switch between paste and nopaste modes: +`set pastetoggle=` \ No newline at end of file diff --git a/home_config/.vimrc b/home_config/.vimrc index de90268..eb8cc89 100644 --- a/home_config/.vimrc +++ b/home_config/.vimrc @@ -1,3 +1,4 @@ + filetype plugin indent on " show existing tab with 4 spaces width set tabstop=4 @@ -5,3 +6,4 @@ set tabstop=4 set shiftwidth=4 " On pressing tab, insert 4 spaces set expandtab +set pastetoggle= \ No newline at end of file diff --git a/home_zsh/.zsh/zshalias b/home_zsh/.zsh/zshalias index 7469b24..bfaed22 100644 --- a/home_zsh/.zsh/zshalias +++ b/home_zsh/.zsh/zshalias @@ -12,3 +12,4 @@ alias colo='ssh cp' alias colosync='ssh syncthing@cp' alias mountpi='sshfs -o idmap=user pi@pi3:/home/pi /home/tracey/pi3' alias unpi='fusermount -u /home/tracey/pi3' +alias less='less -r' \ No newline at end of file