summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--vifm/vifminfo52
-rw-r--r--zshrc1
3 files changed, 2 insertions, 52 deletions
diff --git a/.gitignore b/.gitignore
index 0fd6ef0..43fa848 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ mutt/mailboxes/
vim/bundle/
vifm/Trash
vifm/vimfiles
+vifm/vifminfo
mutt/mutt-colors-solarized/
mutt/temp/
mutt/cache/
diff --git a/vifm/vifminfo b/vifm/vifminfo
deleted file mode 100644
index 90cacc2..0000000
--- a/vifm/vifminfo
+++ /dev/null
@@ -1,52 +0,0 @@
-# You can edit this file by hand, but it's recommended not to do that.
-
-# Bookmarks:
-'k
- /home/urbain/Dropbox/phd/papers
- texput.log
-1429873258
-'m
- /home/urbain/Dropbox/phd/papers/spectral
- code/
-1429873263
-'p
- /home/urbain/Dropbox/phd/papers/spectral
- code/
-1429873265
-'H
- /home/urbain
- ../
--1
-
-# Command line history (oldest to newest):
-:colorscheme solarized
-:colorscheme desert
-:colorscheme g80
-:colorscheme zenburn
-:colorscheme zenburn_1
-:colorscheme solarized-dark
-:colorscheme matrix
-:h nmap
-:h map
-:nmap m 'm
-:nmap m m
-:nmap p 'p
-:marks
-:map <space>q :q
-:map tab space
-:map <tab> space
-:map <tab> <space>
-:h
-:set number
-:q
-:e
-
-# Search history (oldest to newest):
-/col
-/colorschem
-
-# Prompt history (oldest to newest):
-
-# Trash content:
-t/home/urbain/.vifm/Trash/000_dead.letter
- /home/urbain/dead.letter
diff --git a/zshrc b/zshrc
index 08eeafc..c7e7b9a 100644
--- a/zshrc
+++ b/zshrc
@@ -50,6 +50,7 @@ alias v=$EDITOR
alias g='git'
alias v='vim'
alias vs="vim --servername SYNC"
+alias vsess="vim -S Session.vim"
alias va="vim --servername SYNC main.tex \
sections/introduction.tex \
sections/sec1.tex \