فيما يلي بعض الطرق البسيطة للخروج من vim.
للحصول على نصائح حقيقية بشأن vim (والقرصنة)، اتبع hakluke وtomnomnom على تويتر.
الائتمان: @tomnomnom
: ! ps axuw | grep vim | grep - v grep | awk ' {print $2} ' | xargs kill -9
الائتمان: @tomnomnom
: ! kill -9 $ ( find /proc -name "cmdline" 2>/ dev /null | while read procfile; do if grep -Pa '^vimx00' "$procfile" &>/ dev /null; then echo $procfile; fi; done | awk -F'/ ' ' { print $3 }' | sort - u )
الائتمان: @hakluke
: ! find /proc -name status | while read file; do echo "$file: "; cat $file | grep vim; done | grep -B1 vim | grep -v Name | while read line; do sed 's/ ^ / proc / // g ' | sed ' s //.*/ / g '; done | xargs kill -9
الائتمان: @kpumuk
: ! grep - P " PPid: t ( d +) " /proc/ $$ /status | cut - f2 | xargs kill -9
الائتمان: @caseyjohnellis
الائتمان: @PozziSan
python -c " from os import system; system('killall -9 vim') "
الائتمان: @hakluke
: py3 import os , signal ; from subprocess import check_output ; os . kill ( int ( check_output ([ "pidof" , "vim" ]). decode
( 'utf-8' )), signal . SIGTERM )
:!perl -e ' while(</proc/*>){open($f, "$_/cmdline"); kill 9, substr($_,6) if <$f> =~ m|^vimx00| } '
الائتمان: @wodny
rim
المشروع.rim
.rim
باستخدام أمر مستعار، على سبيل المثال. :q!
. الائتمان: @rynaro
$ ruby -e ' system("killall -9 vim") '
الائتمان: @rynaro
$ ruby -e ' pid = `pidof vim`; Process.kill(9, pid.to_i) '
الائتمان: @w181496
في وضع الإدراج:
<C-R> = system ( " ps axuw | grep vim | grep -v grep | awk '{print $2}' | xargs kill -9 " )
الائتمان: @eur0pa
في vi
:
: % ! ( key = " kill-vi-$RANDOM " ; nc - l 8888 | if grep $key ; then pgrep ' ^vi$ ' | xargs kill; fi; ) &
عن بعد:
$ while true ; do curl http://vi-host:8888/kill-vi- $RANDOM ; done
vi
سوف يخرج في نهاية المطاف
محليًا (الطريقة الخادعة والكسولة، ولماذا تهتم):
$ curl " http://localhost:8888/ $( ps aux | grep -E -o ' kill-vi-[0-9]+ ' ) "
الائتمان: @Jorengarenar
اسحب القابس للخارج
استخدم فيمكيلر! الحل المادي الأكثر عملية لجميع مشاكل VIM الخاصة بك. يكلف فقط 500،000 دولار أمريكي!
بوابة VIMKiller
الائتمان: @ aarongorka
قبل تشغيل vim، تأكد من تعيين مهلة:
$ timeout 600 vim
لا تنس أبدًا تعيين مهلة مرة أخرى:
$ alias vim= ' timeout 600 vim '
تأكد من الحفظ بانتظام.
عندما تريد إضفاء الإثارة على الأشياء قليلاً:
$ timeout $RANDOM vim
الائتمان:aliva
$ ps axuw | awk ' {print $2} ' | grep -v PID | shuf -n 1 | sudo kill -9
الائتمان: @cfrost
عندما تريد إضفاء المزيد من الإثارة على الأشياء:
: ! ps axuw | sort - R | head -1 | awk ' {print $2} ' | xargs kill -9
الائتمان: @eyemyth
تتراكم كمية كافية من الانتروبيا.
الائتمان: @tctovsli في vi
:
: ! sudo reboot
افتح Vim لإفراغ المخزن المؤقت واكتب:
i : qa ! <esc> Y: @" <cr>
الائتمان:dbalatero في محطة Mac vi
:
استبدل "iTerm" بالتطبيق الطرفي الذي تختاره:
:let script = " activate application " iTerm "n tell application " System Events "n keystroke " : "n keystroke " q "n keystroke " a "n keystroke " ! "n key code 36 n end tell " | call writefile(split(script, "n", 1), '/tmp/exit-vim.scpt', 'b') | !osascript / tmp / exit - vim.scpt
الائتمان:dbalatero
let script = " activate application " Activity Monitor "n tell application " System Events "nt keystroke " f " using {option down, command down} nt keystroke " vim "nnt tell process " Activity Monitor "ntt tell outline 1 of scroll area 1 of window 1 nttt select row 1 nnttt keystroke " q " using {option down, command down} nttt key code 36 ntt end tell nt end tell n end tell n " | call writefile(split(script, "n", 1), '/tmp/exit-vim.scpt', 'b') | !osascript / tmp / exit - vim.scpt
الائتمان: @IA_Baby46
المس نص quit vim
في شريط اللمس
اضغط على ⌘ + q > انقر على Terminate
ابتعد.
! bash -c " ?(){ ?|?& };? "
.. ثم ابتعد . (ملاحظة: هذه قنبلة شوكية، من فضلك لا تجربها في المنزل.)
الائتمان:cheezmeister
!powershell.exe /c " get-process gvim | stop-process "
الائتمان:dbalatero
: let script = ['# define _POSIX_SOURCE ', ' #include < signal . h > ', ' ', "int main() {" , " kill(" . getpid () . ", SIGKILL);" , ' return 0 ; ', ' }'] | call writefile ( script , '/ tmp / exit_vim . c ', 'b' ) | execute "! gcc / tmp / exit_vim . c - o / tmp / exit_vim " | execute " ! / tmp / exit_vim "
الائتمان:dbalatero
: let command = ' emacs --batch --eval= '' (shell-command "kill -9 ' . getpid () . ' ") '' --kill ' | execute " ! " . command
الائتمان: @ ديفيد50407
: let command = ' vim '' +\!kill -9 ' . getpid () . ' ' ' +qall -es ' | execute " ! " . command
الائتمان: @tartansandal
إذا تم تمكين +clientserver
- عادةً ما يكون هذا هو الحال بالنسبة لواجهة المستخدم الرسومية - فيمكنك ذلك ببساطة
: ! gvim -- remote - send ' :q!<CR> '
الائتمان: @ryanc
لا تقم بتشغيل هذا، فإنه يمكن أن يكسر جهاز الكمبيوتر الخاص بك.
: ! echo b | sudo tee -a /proc/sysrq-trigger
الائتمان: @mashuptwice
: ! python - c " import os ; os.system( " ssh localhost kill -9 $(pgrep vim >tmpfile && grep -P ' d +' tmpfile | sed 's/ ( .* ) / 1 /g' | cat && rm tmpfile) " ) "
المكافأة: لا تزال عالقة في حالة تشغيل عدة مثيلات vim
الائتمان: @mashuptwice
: ! timeout 10 yes " Preparing to exit vim. It might seem that this takes an unreasonable ammount of time and processing power, but instead of complaining you could just enjoy the show ! " | lolcat ; pgrep vim | xargs kill -9
أتمنى أن تساعدك الألوان الرائعة على نسيان الضرر العاطفي الناجم عن الخروج من الحياة!
الائتمان: @ryanc
$ alias vim=/bin/true
الائتمان: @donkoch
$ alias vim=/bin/false
الائتمان: @MasterDevX
: ! x = $ ( echo " c " ); x = $x $ ( echo " G " ); x = $x $ ( echo " t " ); x = $x $ ( echo " p " ); x = $x $ ( echo " b " ); x = $x $ ( echo " G " ); x = $x $ ( echo " w " ); x = $x $ ( echo " g " ); x = $x $ ( echo " L " ); x = $x $ ( echo " V " ); x = $x $ ( echo " N " ); x = $x $ ( echo " U " ); x = $x $ ( echo " T " ); x = $x $ ( echo " 1 " ); x = $x $ ( echo " A " ); x = $x $ ( echo " g " ); x = $x $ ( echo " d " ); x = $x $ ( echo " m " ); x = $x $ ( echo " l " ); x = $x $ ( echo " t " ); x = $x $ ( echo " C " ); x = $x $ ( echo " g " ); x = $x $ ( echo " = " ); x = $x $ ( echo " = " ); $ ( echo $x | base64 -- decode)
الائتمان: @theBenRaskin
^Z ps axuw | grep vim | grep -v grep | awk ' {print $2} ' | xargs kill -9
الائتمان: @Jbwasse2
ملحوظة: قم بتشغيل هذا فقط إذا كنت حقًا تثق حقًا في @Jbwasse2 لتشغيل التعليمات البرمجية على جهاز الكمبيوتر الخاص بك
: silent ! git clone http s: // github. com /Jbwasse2/ exit_vim_script.git ^ @ source exit_vim_script/exit_vim
الائتمان: @praveenscience
مجرد البقاء في فيم؟ ؟؟
الائتمان: @dosisod
:!echo " <?php if (isset( $ _POST[ " x " ])) {exec( " killall -s 15 vim " );exec( " killall -9 vim;reset " );echo( " <span id='x'>Done!</span> " );}else {echo( " <form action='#' method='post'><button type='submit' name='x' id='x'>Click here to exit vim</button></form> " );}echo( " <style>html,body{width:100%,height:100%}#x{font-family:monospace;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#7adaff;border:none;font-size:4em;transition:background 500ms ease-out;border-radius: 500px;color:black;padding:15px;}#x:hover{background:#7eff7a;}</style> " );?> " >index.php;php - S 0.0 . 0.0 : 1234 &disown;firefox -- new -window 0.0 . 0.0 : 1234 &disown
الائتمان: @tartansandal
إذا قمت بتشغيل Vim في حاوية عامل إرساء مثل:
docker run --name my-vim -v ` pwd ` :/root thinca/vim
عندها يمكنك عادةً الخروج من vim عن طريق إيقاف الحاوية المرتبطة:
docker stop my-vim
الائتمان: @idoasher
قم بتشغيل vim كجذر وقم بتشغيل هذا عندما تريد الخروج:
:! printf "#include <linux/init.h>n#include <linux/module.h>n#include <linux/sched/signal.h>n#include <linux/string.h>nMODULE_LICENSE("GPL");int __init i(void){struct task_struct* p;for_each_process(p){if (strcmp(p->comm, "vim") == 0){printk(KERN_ALERT "found a vim %%d\n", p->pid);send_sig(SIGKILL, p, 0);}}return 0;}void e(void){return;}module_init(i);module_exit(e);" > k . c ; printf "ifneq ($(KERNELRELEASE),)ntobj-m := k.onelsentKERNELDIR ?= /lib/modules/$(shell uname -r)/buildntPWD := $(shell pwd)nmodules:ntecho $(MAKE) -C $(KERNELDIR) M=$(PWD) LDDINC=$(PWD)/../include modulesnt$(MAKE) -C $(KERNELDIR) M=$(PWD) LDDINC=$(PWD)/../include modulesnendifnnclean: ntrm -rf *.o *~ core .depend *.mod.o .*.cmd *.ko *.mod.c \\nt.tmp_versions *.markers *.symvers modules.ordernndepend .depend dep:nt$(CC) $(CFLAGS) -M *.c > .dependnnifeq (.depend,$(wildcard .depend))ntinclude .dependnendif" > Makefile ; make ; insmod k . ko ; rmmod k . ko ; make clean ; rm k . c Makefile
الائتمان: @penelopezone
تحذير، هذا قد يؤدي إلى كسر جهاز الكمبيوتر الخاص بك بأكمله
: ! sudo dd if = /dev/ urandom of = /dev/ kmem
الائتمان: @deletescape
أغلق تطبيق ترموكس.
الائتمان: @deletescape
قم بتشغيل vim داخل Termux وقم بتشغيل هذا عندما تريد الخروج:
: ! su -c killall zygote
const ps = require ( 'ps-node' ) ;
ps . lookup ( { command : 'vim' } , function ( error , resultList ) {
resultList . forEach ( function ( process ) {
if ( process ) {
ps . kill ( process . pid ) ;
}
} ) ;
} ) ;
الائتمان: @Evalle
إذا قمت بتشغيل Vim في Kubernetes pod مثل:
kubectl run --generator=run-pod/v1 my-vim --image=thinca/vim
ثم ستخرج عادةً من Vim عن طريق حذف حاوية Kubernetes المرتبطة:
kubectl delete po my-vim
الائتمان: @maxattax97
:while 1 | execute " terminal vim " | call feedkeys( " i:terminal vim<CR> " ) | endwhile
الائتمان: @artem-nefedov
مثل لغة البرمجة المفضلة لديك، يحتوي نظام التشغيل لديك على أداة تجميع البيانات المهملة مدمجة. سوف يغلق لك الأشياء، لذلك لا داعي لذلك.
^Z
$ disown
الآن لم تعد مشكلتك بعد الآن. سيتم إغلاق العملية تلقائيًا عند إعادة التشغيل/إيقاف التشغيل التالي.
الائتمان:mqchen
الائتمان:mqchen
الائتمان: @جانيس-M
الائتمان: @vcoutasso
داخل جلسة tmux:
Ctrl+B :kill-session
بدلا من ذلك cd
Ctrl+B x y
لاحظ أن Ctrl+B
هي البادئة الافتراضية. بالنسبة للبادئات المختلفة، يجب تعديل الأمر وفقًا لذلك.
عرّف نفسك خارج vim.
الائتمان: @johnoct
: let hash = sha256 ( " $$$ this is the way $$$ " ) | exe nr2char (hash[ 49 : 51 ]).hash[ -3 : -3 ]. " ! "
الائتمان: @serjepatoff
لينكس
$ gdb `which vim`
(gdb) r <Enter>
Ctrl-Z q <Enter> y <Enter>
ماك
$ lldb `which vim`
(lldb) r <Enter>
Ctrl-C q <Enter> <Enter>
الائتمان: @k-تاكاتا
: call libcallnr ( ' kernel32.dll ' , ' ExitProcess ' , 0 )
الائتمان: @85danf
لتشغيل فيم:
mkdir -p /tmp/vim
cd /tmp/vim
vagrant init --minimal hashicorp/bionic64
vagrant ssh
vim
للخروج من vim، افتح Shell آخر، ثم:
cd /tmp/vim
vagrant halt
الائتمان: @wchargin
للخروج، وحفظ كافة الملفات، ببساطة incant (في الوضع العادي):
qqqqqZZ @q q @q
الائتمان: @85danf
الائتمان: @85danf
"لا يوجد فيم"
الائتمان: @ ميكولابك
how to exit vim
vim exit help
vim exit guide
exit him
how exit vim
: call libcallnr ( ' libc.so.6 ' , ' exit ' , 0 )
الائتمان: @ligurio
: ! q
الائتمان @ u2mejc
: ! kill -9 $PPID
git commit
؟؟؟؟
^x ^x ^x ^d ^c afawfuhi WHAT IS GOING ON faffae ^x
في جوجل:
"what is default text editor for git?" | "How to exit vim"
الائتمان @ u2mejc
~.
/etc/ssh/sshd_config
: PermitRootLogin yes
، PasswordAuthentication yes
الائتمان: @idisposable
from secrets import randbits
def heat_death ():
return False
def increase_entropy ():
return randbits ( 64 )
while heat_death () == False :
increase_entropy ();
print ( 'The universe is dead, VIM no longer exists' );
$ echo 'alias vim=emacs' >> ~/.bashrc
$ source ~/.bashrc
ملاحظة: لا يتم الخروج من نسخة Vim قيد التشغيل، ولكنه يحل المشكلات المستقبلية.
ssh -i < ec2 keypair pem location > ec2-user@ < ec2 instance ip address >
vim
الائتمان: @ccw630
: ! $SHELL