let <SPACE> be vim leader
This commit is contained in:
parent
c2befd1068
commit
7cb4d054a4
@ -70,13 +70,13 @@ function ww(){
|
||||
|
||||
case $1 in
|
||||
SUSE|suse|S|s|2)
|
||||
vim -c "normal 2,ww"
|
||||
vim -c "normal 2 ww"
|
||||
;;
|
||||
Private|private|p|2)
|
||||
vim -c "normal 3,ww"
|
||||
Private|private|p|3)
|
||||
vim -c "normal 3 ww"
|
||||
;;
|
||||
*)
|
||||
vim -c "normal 1,ww"
|
||||
vim -c "normal 1 ww"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user