Home
last modified time | relevance | path

Searched full:vimode (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcsh/
H A Ded.chared.c187 if (VImode) { in c_delafter()
228 if (VImode) { in c_delbefore()
315 if (!VImode) { in c_prev_word()
360 if (!VImode) { in c_next_word()
974 if (VImode) in GetHistLine()
1021 if (VImode) in GetHistLine()
1614 if (VImode) in e_newline()
1752 if (VImode) in e_toggle_hist()
2424 if (!VImode) { in e_delnext()
2447 if (!VImode) { in e_delnext_eof()
[all …]
H A Dtcsh.man297 style bindings are being used; see \fBvimode\fR for more information.
560 Cursor behavior modified by \fBvimode\fR.
564 Word boundary behavior modified by \fBvimode\fR.
568 Word boundary and cursor behavior modified by \fBvimode\fR.
572 Cursor behavior modified by \fBvimode\fR.
576 Word boundary behavior modified by \fBvimode\fR.
595 Word boundary behavior modified by \fBvimode\fR.
608 Cursor behavior modified by \fBvimode\fR.
614 Cursor behavior modified by \fBvimode\fR.
631 Word boundary behavior modified by \fBvimode\fR.
[all …]
H A Dtcsh.man.new465 .Va vimode
909 .Va vimode
913 .Va vimode
917 .Va vimode
921 .Va vimode
925 .Va vimode
947 .Va vimode
964 .Va vimode
974 .Va vimode
1001 .Va vimode
[all …]
H A Dsh.set.c169 VImode = 1; in update_vars()
802 VImode = 0; in unset()
1350 word_chars = (VImode ? STR_WORD_CHARS_VI : STR_WORD_CHARS); in update_wordchars()
H A Ded.h129 EXTERN Char VImode; /* true if running in vi mode (PWP 6-27-88) */ variable
H A Ded.screen.c808 if (VImode) { in DefaultArrowKeys()
883 map = VImode ? CcAltMap : CcKeyMap; in BindArrowKeys()
884 dmap = VImode ? CcViCmdMap : CcEmacsMap; in BindArrowKeys()
H A Ded.defns.c1846 if (VImode) in ed_InitMetaBindings()
1871 VImode = 1; in ed_InitVIMaps()
1895 VImode = 0; in ed_InitEmacsMaps()
H A DFixes63 7. more correct $wordchars for vimode (Luke Mewburn)
64 6. expose VImode in $vimode (Luke Mewburn)