1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Several improvements.

* Tmux is not started by default anymore
* Added functions for i3 - Awesome!!
* zsh to start tmux
This commit is contained in:
J. Fernando Sánchez
2013-07-12 19:19:52 +02:00
parent a134c2210f
commit 7bbcb17419
9 changed files with 117 additions and 34 deletions

2
vimrc
View File

@@ -76,7 +76,7 @@ noremap \ ,
" noremap <silent> ,cc :<C-B>silent <C-E>s/^/<C-R>=escape(b:comment_leader,'\/')<CR>/<CR>:nohlsearch<CR>
" noremap <silent> ,cu :<C-B>silent <C-E>s/^\V<C-R>=escape(b:comment_leader,'\/')<CR>//e<CR>:nohlsearch<CR>
"
imap <C-v> <C-O>"+gp
imap <C-v> <C-O>"+gP
noremap <C-S> :w<CR>
imap <C-S> <C-O>:w<CR>