aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Zlatanov <v@skozl.com>2016-11-07 21:59:42 +0000
committerVasil Zlatanov <v@skozl.com>2016-11-07 21:59:42 +0000
commit55835b0c2488a75d313dfd732cba36da86b41f43 (patch)
treefc763024f05cbde4cdd4f6c2b2fa1f51d1274d20
parent53738b2179530a61cd95218fda5ec1c547931003 (diff)
downloaddotfiles-55835b0c2488a75d313dfd732cba36da86b41f43.tar.gz
dotfiles-55835b0c2488a75d313dfd732cba36da86b41f43.tar.bz2
dotfiles-55835b0c2488a75d313dfd732cba36da86b41f43.zip
update nvim
m---------Editor/vim/bundle/syntastic0
m---------Editor/vim/bundle/ultisnips0
m---------Editor/vim/bundle/vim-snippets0
m---------Editor/vim/bundle/vim-surround0
-rw-r--r--Editor/vimrc6
-rw-r--r--README.md2
-rw-r--r--Window_Manager/ratpoison/ratpoisonrc.conf9
7 files changed, 12 insertions, 5 deletions
diff --git a/Editor/vim/bundle/syntastic b/Editor/vim/bundle/syntastic
-Subproject 8e672780e76c0a774b7fe834eed9652ccd684c2
+Subproject e84f80a68ae7a5b03995ad712f8fbdc8483f0fd
diff --git a/Editor/vim/bundle/ultisnips b/Editor/vim/bundle/ultisnips
-Subproject c3a0924b777dbba2f8612950bd8f8a00df18d1b
+Subproject 71c39721de9cb2d67478e8b8c1a543e006fb67d
diff --git a/Editor/vim/bundle/vim-snippets b/Editor/vim/bundle/vim-snippets
-Subproject 59cc3ecc795d1b48910f474df732b4218bdc20c
+Subproject 19a8f5386b65832b1705b0ffd02d20dea9400b8
diff --git a/Editor/vim/bundle/vim-surround b/Editor/vim/bundle/vim-surround
-Subproject 772ab9587b7d1e2c3bae75395c9123803059ba8
+Subproject e49d6c2459e0f5569ff2d533b4df995dd7f9831
diff --git a/Editor/vimrc b/Editor/vimrc
index 33e42e0..1cb2ed2 100644
--- a/Editor/vimrc
+++ b/Editor/vimrc
@@ -92,9 +92,9 @@ nnoremap <leader>v :!open '<cfile>'<CR>
"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