all repos — dotfiles @ 07a2eb3339c52d68a8df6e9ea397e4fff3c2de5b

linux dotfiles

update tmux conf
Prithu Goswami prithugoswami524@gmail.com
Fri, 15 Jan 2021 16:38:34 +0530
commit

07a2eb3339c52d68a8df6e9ea397e4fff3c2de5b

parent

3e80acd76083fb601a4e7ca1393e888c5549582d

2 files changed, 2 insertions(+), 0 deletions(-)

jump to
M .tmux.conf.tmux.conf

@@ -19,6 +19,7 @@ bind -r J resize-pane -D 2

bind -r K resize-pane -U 2 bind -r L resize-pane -R 2 +bind \; last-window bind C-o rotate-window setw -g mouse on
M .vimrc.vimrc

@@ -64,6 +64,7 @@

" autocmd FileType c nnoremap cp :w<Enter>:!clear && gcc % && ./a.out<Enter> autocmd BufRead *.pdentry :Goyo autocmd BufRead *.pdentry set nosmartindent +autocmd BufRead *.md set nosmartindent " leader is comma let mapleader=","