From 55835b0c2488a75d313dfd732cba36da86b41f43 Mon Sep 17 00:00:00 2001 From: Vasil Zlatanov Date: Mon, 7 Nov 2016 21:59:42 +0000 Subject: update nvim --- Editor/vim/bundle/syntastic | 2 +- Editor/vim/bundle/ultisnips | 2 +- Editor/vim/bundle/vim-snippets | 2 +- Editor/vim/bundle/vim-surround | 2 +- Editor/vimrc | 6 +++--- README.md | 2 +- Window_Manager/ratpoison/ratpoisonrc.conf | 9 ++++++++- 7 files changed, 16 insertions(+), 9 deletions(-) diff --git a/Editor/vim/bundle/syntastic b/Editor/vim/bundle/syntastic index 8e67278..e84f80a 160000 --- a/Editor/vim/bundle/syntastic +++ b/Editor/vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 8e672780e76c0a774b7fe834eed9652ccd684c24 +Subproject commit e84f80a68ae7a5b03995ad712f8fbdc8483f0fd8 diff --git a/Editor/vim/bundle/ultisnips b/Editor/vim/bundle/ultisnips index c3a0924..71c3972 160000 --- a/Editor/vim/bundle/ultisnips +++ b/Editor/vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit c3a0924b777dbba2f8612950bd8f8a00df18d1bf +Subproject commit 71c39721de9cb2d67478e8b8c1a543e006fb67df diff --git a/Editor/vim/bundle/vim-snippets b/Editor/vim/bundle/vim-snippets index 59cc3ec..19a8f53 160000 --- a/Editor/vim/bundle/vim-snippets +++ b/Editor/vim/bundle/vim-snippets @@ -1 +1 @@ -Subproject commit 59cc3ecc795d1b48910f474df732b4218bdc20c8 +Subproject commit 19a8f5386b65832b1705b0ffd02d20dea9400b8b diff --git a/Editor/vim/bundle/vim-surround b/Editor/vim/bundle/vim-surround index 772ab95..e49d6c2 160000 --- a/Editor/vim/bundle/vim-surround +++ b/Editor/vim/bundle/vim-surround @@ -1 +1 @@ -Subproject commit 772ab9587b7d1e2c3bae75395c9123803059ba8a +Subproject commit e49d6c2459e0f5569ff2d533b4df995dd7f98313 diff --git a/Editor/vimrc b/Editor/vimrc index 33e42e0..1cb2ed2 100644 --- a/Editor/vimrc +++ b/Editor/vimrc @@ -92,9 +92,9 @@ nnoremap v :!open '' "read spaces in path's set isfname+=32 -"Set tab to two spaces -set expandtab -set shiftwidth=2 +""Set tab to two spaces +"set expandtab +"set shiftwidth=2 "set softtabstop=2 diff --git a/README.md b/README.md index f0ec5b3..71c017f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Vaskozl's keyboard-only dotfiles System: archlinux Window_Manager: ratpoison Browser: vimb -Editor: vim +Editor: neovim Mail: mutt & mbsync File_Manager: ranger News_Aggregator: newsbeuter diff --git a/Window_Manager/ratpoison/ratpoisonrc.conf b/Window_Manager/ratpoison/ratpoisonrc.conf index a7ab38d..d0e1bfb 100644 --- a/Window_Manager/ratpoison/ratpoisonrc.conf +++ b/Window_Manager/ratpoison/ratpoisonrc.conf @@ -214,6 +214,11 @@ addhook key bordscript definekey top s-b bordtoggle definekey top s-p paneltoggle +# Stop proccess +alias stop exec pkill -STOP + +# Cont proccess +alias cont exec pkill -CONT # b : Open url @@ -233,8 +238,10 @@ bind i insert_X_selection #Application Shortcuts #------------------------------------------------------------- +definekey top s-c colon cont +definekey top s-x colon stop + definekey top s-f exec firefox -definekey top s-u exec uzbl-browser definekey top s-v exec vimb definekey top s-h exec ~/.config/vimb/history-search #definekey top s-g exec gvim -- cgit v1.2.3-54-g00ecf