মোছা রেখাগুলি না ঝাঁকিয়ে আমি কীভাবে যিমযুক্ত পাঠ্যটি ভিএম-এ প্রতিস্থাপন করব?


35

সুতরাং আমি সাধারণত নিজেকে পুরানো পাঠ্যটি ওভাররাইট করার সময় একটি বিন্দু থেকে অন্য বিন্দুতে পাঠ্যটি অনুলিপি করতে দেখি যেখানে নতুনটি আটকানো হয়েছে:

blah1
newtext
blah2
wrong1
blah3
wrong2
blah4

আমি চাক্ষুষ-চিহ্ন ধরুন newtextএবং yএটি ANK। এখন আমি নির্বাচন করি wrong1(যা কিছু হতে পারে, অগত্যা কেবল একটি শব্দ নয়) এবং pদৃ as়রূপে newtext। তবে, আমি এখন যদি wrong2এটির সাথে এটি করি তবে এটির wrong1পরিবর্তে প্রতিস্থাপন করা হবে newtext

বাফারে থাকা পাঠ্যটি কীভাবে আমি বর্তমানে ওভাররাইট করছি সেই পাঠ্যটি সরিয়ে নেওয়া থেকে কীভাবে রাখব?

সম্পাদনা 1

যদিও আমি রেজিস্টার পরামর্শগুলি বেশ পছন্দ করি (আমার মনে হয় আমি আরও নিবন্ধগুলি ব্যবহার করা শুরু করব, এখন আমি :disকমান্ডটি আবিষ্কার করেছি), আমি জিনফিল্ডের উত্তরের একটি পরিবর্তন নিয়ে যাচ্ছি , কারণ আমি অদলবদল মোডটি ব্যবহার করি না।

vnoremap p "0p
vnoremap P "0P
vnoremap y "0y
vnoremap d "0d

কৌশলটি পুরোপুরি করে।

সম্পাদনা 2

আমি খুব দ্রুত ছিলাম; রোমেনেলের সমাধান হ'ল সম্পাদনা 1 এ হ্যাক ব্যতীত আমি যা খুঁজছিলাম তা হ'ল ।
আসলে, vnoremap p "_dPযথেষ্ট!
সুতরাং, গৃহীত উত্তর পরিবর্তন করা।


2
আরে ফাই, আমি এটি দীর্ঘকাল ব্যবহার করেছি vnoremap p "_dP mapএবং আমি লক্ষ্য করেছি যে এটি কোনও লাইনের শেষ শব্দ / চরিত্রের জন্য ভালভাবে কাজ করে না। আমি ফিরে সর্বস্বান্ত করেছি vnoremap p "0p, vnoremap P "0Pএবং set clipboard=unnamed(OSX এ জন্য)
Kache

vnoremap p "_dPপেস্টের সাদা স্থান সরিয়ে দেয়। সম্পাদনা 1 পুরোপুরি কাজ করে।
ভ্যাকলাভ কাসাল

উত্তর:


20

আমার .vimrc এ এই ম্যাপিংগুলি রয়েছে:

" delete without yanking
nnoremap <leader>d "_d
vnoremap <leader>d "_d

" replace currently selected text with default register
" without yanking it
vnoremap <leader>p "_dP

"_"ব্ল্যাকহোল রেজিস্টার" হ'ল :help "_:

"এই রেজিস্টারটিতে লেখার সময়, কিছুই হয় না This এটি সাধারণ রেজিস্টারগুলিকে প্রভাবিত না করে পাঠ্য মুছতে ব্যবহার করা যেতে পারে this


1
আমি এটি ব্যবহার করেছি vnoremap p "_dP mapএবং লক্ষ্য করেছি যে এটি কোনও লাইনে শেষ শব্দ / চরিত্রের জন্য ভাল কাজ করে না। আমি ফিরে সর্বস্বান্ত করেছি vnoremap p "0p, vnoremap P "0Pএবং set clipboard=unnamed(OSX এ জন্য)
Kache

vnoremap p "_dPসিলেক্ট মোডে আমার জন্য কাজ করা বন্ধ করুন, তবে vnoremap <leader>p "_dPকাজ করে
হোয়াইটসাইরাই

1
সম্ভবত <leader>এমন কোনও স্থানধারক যা আমার কিছু দিয়ে প্রতিস্থাপন করতে হবে বলে মনে করা হয়েছিল, তবে আমি এটি সরিয়ে দিলে এটি কেবল আমার পক্ষে কাজ করেছিল। এখানে এর অর্থ কী?
হ্যাশব্রাউন

1
@ হ্যাশব্রাউন :help mapleader,।
রোমেনেল

ছোট সতর্কতা: vnoremap <leader>pম্যাপিংটি বাফারের শেষ লাইনে সঠিকভাবে কাজ করে না কারণ আপনি বাফারের সেই শেষ লাইনটি মুছে ফেলার সাথে সাথে আপনি এখন একবার-দ্বিতীয়-শেষ লাইনে চলে Pযাবেন , এবং সেই লাইনটির উপরে পেস্ট করবে, পরিবর্তে নীচে।
কাল

13

স্ট্যান্ডার্ড বাফার ছাড়াও, আপনি নামযুক্ত বাফারগুলিতে পাঠ্যটি ইঙ্ক করতে পারেন এবং তারপরে নামযুক্ত বাফারগুলি থেকে রাখতে পারেন। আপনি ব্যবহার করতে পারেন এমন 26 টি পর্যন্ত নামযুক্ত বাফার রয়েছে (প্রতিটি বর্ণের জন্য একটি)। নামযুক্ত বাফারটি অ্যাক্সেস করতে ডাবল কোট এবং একটি চিঠি ব্যবহার করুন। উদাহরণ:

"dyy - ইয়াঙ্ক বর্তমান লাইনে বাফারে ডি।
"a7yy- ইয়াঙ্ক পরবর্তী সাতটি লাইন বাফার এ।
"dP- বাফার ডি এর সামগ্রীগুলি কার্সারের আগে রাখুন।
"ap- বাফারের সামগ্রীগুলি কার্সার পরে রাখুন

আরেকটি দুর্দান্ত জিনিস, আপনি যদি ছোট হাতের পরিবর্তে বড় হাতের অক্ষর ব্যবহার করেন, "Dyyতবে বর্তমান লাইনটি প্রতিস্থাপনের পরিবর্তে বাফার ডিতে যুক্ত করা হবে। ওরিলি বইটিতে আরও বিশদ: http://docstore.mik.ua/orelly/unix/vi/ch04_03.htm


3
খুব দুর্দান্ত জিনিস। আমি বাফার সম্পর্কে জানতাম, তবে তাদের এই সমস্যার সাথে সংযুক্ত করিনি। এটি এখনও "aসব কিছুর জন্য জটিল , কিন্তু ঠিক আছে।
বিটমাস্ক

4

putভিজ্যুয়াল মোডে ব্যবহার করার সময় , আপনি যে পাঠ্যটি প্রতিস্থাপন করছেন wrong1সেটি 'অচেনা' নিবন্ধের বিষয়বস্তু দ্বারা ওভাররাইট করা হবে।

এটি আসলে নির্বাচনের পরে রেজিস্টারটি 'রেখে' এবং তারপরে নির্বাচন মুছে ফেলার মাধ্যমে কাজ করে। সমস্যাটি হ'ল এই মুছে ফেলাটি এখন unnamedরেজিস্টারে সংরক্ষণ করা হয়েছে এবং পরবর্তী putক্রিয়াকলাপের জন্য ব্যবহৃত হবে ।

সমাধান অনুসারে সমাধানটি :h v_pহ'ল নামকরণকৃত রেজিস্টারে ঝাঁকুনি দেওয়া "0y, তারপরে "0pআপনার প্রয়োজন অনুযায়ী অনেক সময় ব্যবহার করে পেস্ট করুন । এটি ম্যাপ করা <leader>yএবং <leader>pএকটি নামকৃত রেজিস্টার ব্যবহার করতে সহায়ক হতে পারে , যদি আপনি এটি ঘন ঘন কিছু করেন।

:map <leader>y "0y
:map <leader>p "0p

আরও সহায়তার জন্য দেখুন:

:help v_p
:help map

এই সমাধানটি সর্বাধিক ব্যবহারযোগ্য বলে মনে হয়, যতক্ষণ না ভিআইএম থেকে চালাক কিছু আসে।
যুগাল জিন্দল

3

আপনি যখন নামবিহীন নিবন্ধে * পাঠ্যটি ইঙ্ক করে ফেলেন, তখন একটি অনুলিপিও রেজিস্টার 0-এ রেখে দেওয়া হয় প্রতিবার আপনি নির্বাচিত পাঠ্য প্রতিস্থাপন করলে আপনি কেবল 0 টি রেজিস্টার থেকে পেস্ট করতে পারেন। দেখা

:help registers

এছাড়াও, আপনি যদি একই শব্দের সাথে বেশ কয়েকটি শব্দের প্রতিস্থাপন করে থাকেন তবে প্রতিস্থাপন করে টাইপ করার জন্য আপনি কেবল শব্দের শুরুতে যেতে পারেন .। এটি শেষ সম্পাদনা ক্রিয়াকে পুনরাবৃত্তি করবে। দেখা

:help single-repeat

* আপনি যে স্টোরেজ অবস্থানগুলিতে ইঙ্ক করেছিলেন এবং সেগুলি রেখেছেন সেগুলি রেজিস্টার বলে। একটি বাফার হল সেই জিনিস যা আপনি সম্পাদনা করেন, সাধারণত ডিস্ক থেকে কোনও ফাইলের একটি অনুলিপি।


3

"0নিবন্ধ থেকে পেস্ট করা জেনে রাখা গুরুত্বপূর্ণ, তবে আপনি প্রায়শই অনেক বার প্রতিস্থাপন করতে চান। যদি আপনি এটি পুনরাবৃত্তযোগ্য পদক্ষেপ নেন, আপনি .গ্যারিজন দ্বারা চিহ্নিত হিসাবে অপারেটরটি ব্যবহার করতে পারেন । এটি উইম উইকিতে ব্যাখ্যা করা হয়েছে :

yiw     yank inner word (copy word under cursor, say "first". Same as above).
...     Move the cursor to another word (say "second").
ciw<C-r>0   select "second", then replace it with "first" If you are at the start of the word then cw<C-r>0 is sufficient.
...     Move the cursor to another word (say "third").
.   select "third", then replace it with "first". 

1

আমার এটি প্রায়শই প্রয়োজন, আমি এর জন্য একটি প্লাগইন লিখেছিলাম: রিপ্লেস উইথরেজিস্টার

এই প্লাগইনটি একটি দ্বি-ইন-ওয়ান grকমান্ড সরবরাহ করে যা {গতি}, সম্পূর্ণ লাইন (গুলি) দ্বারা আবৃত পাঠ্য বা বর্তমান নির্বাচনকে একটি রেজিস্টারের সামগ্রীর সাথে প্রতিস্থাপন করে; পুরানো পাঠ্যটি ব্ল্যাকহোল রেজিস্টারে মুছে ফেলা হয়েছে, অর্থাৎ এটি চলে গেছে।


1

যেমনটি vnoremap p "_dP( যেমন আমি চেষ্টাও করেছি xবা c) এর শুরুতে ও শেষের বিষয়টি নিয়ে সমস্যা রয়েছে, আমি এটি শেষ করেছি: vnoremap p :<C-U>let @p = @+<CR>gvp:let @+ = @p<CR>যা আমি বিদ্যমান প্লাগইনগুলির চেয়ে সহজ (যা set clipboard=unnamedplusবাক্সের বাইরেও কাজ করে নি ) এর চেয়ে সহজ পেয়েছি । সুতরাং এটি কি করে:

  • কমান্ড মোডে স্যুইচ করুন
  • সীমা অপসারণ ( C-U)
  • ব্যাকআপ +রেজিস্টার (নামবিহীন কারণে, বিকল্পগুলি রয়েছে "এবং *আপনার কনফিগারেশনের উপর নির্ভর করে) এp
  • নির্বাচন এবং পেস্ট পুনরুদ্ধার
  • কমান্ড মোডে আবার স্যুইচ করুন
  • পুনরুদ্ধার পুনরুদ্ধার

পারফেক্ট! এই বিকল্পগুলির মধ্যে এটিই আমার জন্য প্রত্যাশার মতো ঠিক কাজ করেছিল। ধন্যবাদ!
জামিস চার্লস

1

উইন্ডোজ-স্টাইল নিয়ন্ত্রণ + এক্স কাট / নিয়ন্ত্রণ + সি অনুলিপি / নিয়ন্ত্রণ + ভি পেস্ট / নিয়ন্ত্রণ + এস সংরক্ষণ / নিয়ন্ত্রণ + এফ / নিয়ন্ত্রণ / এইচ আচরণ প্রতিস্থাপনের জন্য আমি এটি ব্যবহার করি (আক্ষরিকভাবে আমার .vimrc থেকে অনুলিপি করা) im

স্মার্টপাস্ট () ফাংশনটিতে আপনি যা চান তা থাকা উচিত, অর্থাত্‍ যা নির্বাচিত হয়েছিল তা একসাথে না ঝোলানো ছাড়াই হাইলাইট করা পাঠ্যের উপরে পেস্ট করার একটি উপায়।

" Windows common keyboard shortcuts and pasting behavior {{{

" Uncomment to enable debugging.
" Check debug output with :messages
let s:debug_smart_cut = 0
let s:debug_smart_copy = 0
let s:debug_smart_paste = 0

function! SmartCut()
    execute 'normal! gv"+c'

    if visualmode() != "\<C-v>" " If not Visual-Block mode
        " Trim the last \r\n | \n | \r character in the '+' buffer
        " NOTE: This messes up Visual-Block pasting.
        let @+ = substitute(@+,'\(\r\?\n\|\r\)$','','g')
    endif

    if exists("s:debug_smart_cut") && s:debug_smart_cut
        echomsg "SmartCut '+' buffer: " . @+
    endif
endfunction

function! SmartCopy()
    execute 'normal! gv"+y'

    if visualmode() != "\<C-v>" " If not Visual-Block mode
        " Trim the last \r\n | \n | \r character in the '+' buffer
        " NOTE: This messes up Visual-Block pasting.
        let @+ = substitute(@+,'\(\r\?\n\|\r\)$','','g')
    endif

    if exists("s:debug_smart_copy") && s:debug_smart_copy
        echomsg "SmartCopy '+' buffer: " . @+
    endif
endfunction

" Delete to black hole register before pasting. This function is a smarter version of "_d"+P or "_dp to handle special cases better.
" SOURCE: http://stackoverflow.com/questions/12625722/vim-toggling-buffer-overwrite-behavior-when-deleting
function! SmartPaste()
    let mode = 'gv'

    let delete = '"_d'

    let reg = '"+'

    " See :help '> for more information. Hint: if you select some text and press ':' you will see :'<,'>
    " SOURCE: http://superuser.com/questions/723621/how-can-i-check-if-the-cursor-is-at-the-end-of-a-line
    " SOURCE: http://stackoverflow.com/questions/7262536/vim-count-lines-in-selected-range
    " SOURCE: https://git.zug.fr/config/vim/blob/master/init.vim
    " SOURCE: https://git.zug.fr/config/vim/blob/master/after/plugin/zzzmappings.vim
    let currentColumn = col(".")
    let currentLine = line(".")
    let lastVisibleLetterColumn = col("$") - 1
    let lastLineOfBuffer = line("$")
    let selectionEndLine = line("'>")
    let selectionEndLineLength = len(getline(selectionEndLine))
    let nextLineLength = len(getline(currentLine + 1))
    let selectionStartColumn = col("'<")
    let selectionEndColumn = col("'>")

    " If selection does not include or go beyond the last visible character of the line (by also selecting the invisible EOL character)
    if selectionEndColumn < selectionEndLineLength
        let cmd = 'P'

        if exists("s:debug_smart_paste") && s:debug_smart_paste
            echomsg "SmartPaste special case #1"
        endif

    " If attempting to paste on a blank last line
    elseif selectionEndLineLength == 0 && selectionEndLine == lastLineOfBuffer
        let cmd = 'P'

        if exists("s:debug_smart_paste") && s:debug_smart_paste
            echomsg "SmartPaste special case #2"
        endif

    " If selection ends after the last visible character of the line (by also selecting the invisible EOL character) and next line is not blank and not the last line
    elseif selectionEndColumn > selectionEndLineLength && nextLineLength > 0 && selectionEndLine != lastLineOfBuffer
        let cmd = 'P'

        if exists("s:debug_smart_paste") && s:debug_smart_paste
            echomsg "SmartPaste special case #3"
        endif

    " If selection ends after the last visible character of the line (by also selecting the invisible EOL character), or the line is visually selected (Shift + V), and next line is the last line
    elseif selectionEndColumn > selectionEndLineLength && selectionEndLine == lastLineOfBuffer
        " SOURCE:  http://vim.wikia.com/wiki/Quickly_adding_and_deleting_empty_lines

        " Fixes bug where if the last line is fully selected (Shift + V) and a paste occurs, that the paste appears to insert after the first character of the line above it because the delete operation [which occurs before the paste]
        " is causing the caret to go up a line, and then 'p' cmd causes the paste to occur after the caret, thereby pasting after the first letter of that line.
        " However this but does not occur if there's a blank line underneath the selected line, prior to deleting it, as the cursor goes down after the delete in that situation.
        call append(selectionEndLine, "")

        let cmd = 'p'

        if exists("s:debug_smart_paste") && s:debug_smart_paste
            echomsg "SmartPaste special case #4"
        endif

    else
        let cmd = 'p'

        if exists("s:debug_smart_paste") && s:debug_smart_paste
            echomsg "SmartPaste default case"
        endif
    endif

    if exists("s:debug_smart_paste") && s:debug_smart_paste
        echomsg "SmartPaste debug info:"
        echomsg "    currentColumn: " . currentColumn
        echomsg "    currentLine: " . currentLine
        echomsg "    lastVisibleLetterColumn: " . lastVisibleLetterColumn
        echomsg "    lastLineOfBuffer: " . lastLineOfBuffer
        echomsg "    selectionEndLine: " . selectionEndLine
        echomsg "    selectionEndLineLength: " . selectionEndLineLength
        echomsg "    nextLineLength: " . nextLineLength
        echomsg "    selectionStartColumn: " . selectionStartColumn
        echomsg "    selectionEndColumn: " . selectionEndColumn
        echomsg "    cmd: " . cmd
        echo [getpos("'<")[1:2], getpos("'>")[1:2]]
        echo "visualmode(): " . visualmode()
        echo "mode(): " . mode()
    endif

    if visualmode() != "\<C-v>" " If not Visual-Block mode
        " Trim the last \r\n | \n | \r character in the '+' buffer
        " NOTE: This messes up Visual-Block pasting.
        let @+ = substitute(@+,'\(\r\?\n\|\r\)$','','g')
    endif

    try
        execute 'normal! ' . mode . delete . reg . cmd
    catch /E353:\ Nothing\ in\ register\ +/
    endtry

    " Move caret one position to right
    call cursor(0, col(".") + 1)
endfunction

" p or P delete to black hole register before pasting
" NOTE: <C-u> removes the '<,'> visual-selection from the command line. See :h c_CTRL-u
vnoremap <silent> p :<C-u>call SmartPaste()<CR>
vnoremap <silent> P :<C-u>call SmartPaste()<CR>

" MiddleMouse delete to black hole register before pasting
nnoremap <MiddleMouse> "+p " Changes default behavior from 'P' mode to 'p' mode for normal mode middle-mouse pasting
" NOTE: <C-u> removes the '<,'> visual-selection from the command line. See :h c_CTRL-u
vnoremap <silent> <MiddleMouse> :<C-u>call SmartPaste()<CR>
inoremap <MiddleMouse> <C-r><C-o>+

" Disable weird multi-click things you can do with middle mouse button
" SOURCE: http://vim.wikia.com/wiki/Mouse_wheel_for_scroll_only_-_disable_middle_button_paste
noremap <2-MiddleMouse> <Nop>
inoremap <2-MiddleMouse> <Nop>
noremap <3-MiddleMouse> <Nop>
inoremap <3-MiddleMouse> <Nop>
noremap <4-MiddleMouse> <Nop>
inoremap <4-MiddleMouse> <Nop>

if os != "mac" " NOTE: MacVim provides Command+C|X|V|A|S and undo/redo support and also can Command+C|V to the command line by default
    " SOURCE: https://opensource.apple.com/source/vim/vim-62.41.2/runtime/macmap.vim.auto.html
    " NOTE: Only copy and paste are possible in the command line from what i can tell.
    "       Their is no undo for text typed in the command line and you cannot paste text onto a selection of text to replace it.
    cnoremap <C-c> <C-y>
    cnoremap <C-v> <C-r>+
    " TODO: Is their a select-all for the command line???

    " Cut, copy, and paste support for visual and insert mode (not for normal mode)
    " SOURCE: http://superuser.com/questions/10588/how-to-make-cut-copy-paste-in-gvim-on-ubuntu-work-with-ctrlx-ctrlc-ctrlv
    " NOTE: <C-u> removes the '<,'> visual-selection from the command line. See :h c_CTRL-u
    vnoremap <silent> <C-x> :<C-u>call SmartCut()<CR>
    vnoremap <silent> <C-c> :<C-u>call SmartCopy()<CR>
    vnoremap <silent> <C-v> :<C-u>call SmartPaste()<CR>
    inoremap <C-v> <C-r><C-o>+

    " Select-all support for normal, visual, and insert mode
    " http://vim.wikia.com/wiki/Using_standard_editor_shortcuts_in_Vim
    nnoremap <C-a> ggVG
    vnoremap <C-a> ggVG
    inoremap <C-a> <Esc>ggVG

    " Save file support for normal, visual, and insert mode
    " SOURCE: http://vim.wikia.com/wiki/Map_Ctrl-S_to_save_current_or_new_files
    " If the current buffer has never been saved, it will have no name,
    " call the file browser to save it, otherwise just save it.
    command -nargs=0 -bar Update if &modified |
                                \    if empty(bufname('%')) |
                                \        browse confirm write |
                                \    else |
                                \        confirm write |
                                \    endif |
                                \endif
    nnoremap <silent> <C-s> :update<CR>
    " NOTE: <C-u> removes the '<,'> visual-selection from the command line. See :h c_CTRL-u
    vnoremap <silent> <C-s> :<C-u>update<CR>V
    " NOTE: <C-o> executes a normal-mode command without leaving insert mode. See :help ins-special-special
    "inoremap <silent> <C-s> <C-o>:update<CR>
    "
    " <C-o> doesn't seem to work while also using the "Open the OmniCompletion menu as you type" code while the menu is visible.
    " Doing "call feedkeys("\<C-x>\<C-o>", "n")" to perform omni completion seems to be the issue.
    " However doing "call feedkeys("\<C-x>\<C-i>", "n")" to perform keywork completion seems to work without issue.
    "
    " Workaround will exit insert mode to execute the command and then enter insert mode.
    inoremap <silent> <C-s> <Esc>:update<CR>I

    " Undo and redo support for normal, visual, and insert mode
    nnoremap <C-z> <Esc>u
    nnoremap <C-y> <Esc><C-r>

    " NOTE: <C-u> removes the '<,'> visual-selection from the command line. See :h c_CTRL-u
    vnoremap <C-z> :<C-u>uV
    vnoremap <C-y> :<C-u><C-r>V

    inoremap <C-z> <Esc>uI
    inoremap <C-y> <Esc><C-r>I

    function! Find()
        let wordUnderCursor = expand('<cword>')
        if len(wordUnderCursor) > 0
            execute 'promptfind ' . wordUnderCursor
        else
            execute 'promptfind'
        endif
    endfunction

    function! Replace()
        let wordUnderCursor = expand('<cword>')
        if len(wordUnderCursor) > 0
            execute 'promptrepl ' . wordUnderCursor
        else
            execute 'promptrepl'
        endif
    endfunction

    " Find and Find/Replace support for normal, visual, and insert mode
    nnoremap <C-f> :call Find()<CR>
    nnoremap <C-h> :call Replace()<CR>

    " NOTE: <C-u> removes the '<,'> visual-selection from the command line. See :h c_CTRL-u
    vnoremap <C-f> :<C-u>call Find()<CR>
    vnoremap <C-h> :<C-u>call Replace()<CR>

    " NOTE: <C-o> executes a normal-mode command without leaving insert mode. See :help ins-special-special
    inoremap <C-f> <C-o>:call Find()<CR>
    inoremap <C-h> <C-o>:call Replace()<CR>
endif

" }}} Windows common keyboard shortcuts and pasting behavior

-1

tl; dr - vnoremap p "_c *

: এখানে আমার সম্পূর্ণ ম্যাপিং একটি তালিকা রয়েছে
"ত্রুটিমুক্ত রেজিস্টার করো কপি / পেস্ট
nnoremap ডিডি" * DD
nnoremap ডি "* ঘ
vnoremap D '
nnoremap ঘ" _d
nnoremap DD "_dd
vnoremap ঘ" _d
nnoremap s "এর _s
vnoremap s" এর _s
nnoremap c "_c
vnoremap c" _c
nnoremap x "_x vnoremap x"
_x
vnoremap p "_c

"নতুন লাইনে আটকে দিন
nnoremap, পি অপ
nnoremap, পি অপ

আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.