Explorar o código

set zsh vi keybindings

cinaeco %!s(int64=15) %!d(string=hai) anos
pai
achega
2c581bd882
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 1 1
      vim/vimrc
  2. 3 0
      zsh/zshrc

+ 1 - 1
vim/vimrc

@@ -33,7 +33,7 @@ set smartindent "guess harder, based on C-like language
 hi Comment ctermfg=darkmagenta
 syntax on
 colorscheme desert
-set colorcolumn=120
+set colorcolumn=80
 
 
 """"""""

+ 3 - 0
zsh/zshrc

@@ -24,6 +24,9 @@ alias mmv='noglob zmv -W'
 # SET OPTIONS #
 ###############
 
+# vi keybindings
+bindkey -v
+
 #allow tab completion in the middle of a word
 setopt COMPLETE_IN_WORD