Explorar el Código

set zsh vi keybindings

cinaeco hace 15 años
padre
commit
2c581bd882
Se han modificado 2 ficheros con 4 adiciones y 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